Html Css Color HEX #40189A Persian Indigo

📋 copy color: '#40189A'

red 64 ◦ green 24 ◦ blue 154

#40189A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #40189A

Tints of Persian Indigo #40189A

RGB

 RED value IS 64 (25.39% from 255) = 26.45%

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 26.45%
G = 9.92%
B = 63.64%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#40189A (or 0x40189A) is known color: Persian Indigo. HEX triplet: 40, 18 and 9A. RGB value is (64,24,154). Sum of RGB (Red+Green+Blue) = 64+24+154=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #40189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40189A is #BFE765. Grayscale: #323232. Windows color (decimal): -12576614 or 10098752. OLE color: 10098752.

HSL color Cylindrical-coordinate representation of color #40189A: hue angle of 258.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40189A is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 24 154 -
CMYK 0.58 0.84 0 0.40
HSL 258.46º 0.73% 0.35% -
HSV(B) 258.46º 0.84% 0.6% -
XYZ 8.27 4.08 30.92 -
YUV 50.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 64 24 154 0.58 0.84 0 0.40 258.46 0.73 0.35
Hex 40 18 9A 3A 54 0 28 102 49 23
Octal 100 30 232 72 124 0 50 402 111 43
Binary 1000000 11000 10011010 111010 1010100 0 101000 100000010 1001001 100011

Color Harmonies of #40189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40189A

Black with #40189A

Text Example


Text Example

White with #40189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40189A; }

 p { color: rgb(64,24,154); }

 H1.HeaderClassName
 {
   color: #40189A;
 }
 .AnyTagClassName
 {
   color: #40189A;
 }
</style>

background-color css

<style>
 a { background-color: #40189A; }

 a { background-color: rgb(64,24,154); }

 div.DivClassName
 {
   background-color: #40189A;
 }
 .BgClassName
 {
   background-color: #40189A;
 }
</style>

border-color css

<style>
 span { border-color: #40189A; }

 span { border-color: rgb(64,24,154); }

 td.TdClassName
 {
   border-color: #40189A;
 }
 .TagClassName
 {
   border-color: #40189A;
 }
</style>