Html Css Color HEX #40189E Persian Indigo

📋 copy color: '#40189E'

red 64 ◦ green 24 ◦ blue 158

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

Shades of Persian Indigo #40189E

Tints of Persian Indigo #40189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.23%

R = 26.02%
G = 9.76%
B = 64.23%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40189E (or 0x40189E) is known color: Persian Indigo. HEX triplet: 40, 18 and 9E. RGB value is (64,24,158). Sum of RGB (Red+Green+Blue) = 64+24+158=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #40189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40189E is #BFE761. Grayscale: #323232. Windows color (decimal): -12576610 or 10360896. OLE color: 10360896.

HSL color Cylindrical-coordinate representation of color #40189E: hue angle of 257.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40189E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 24 158 -
CMYK 0.59 0.85 0 0.38
HSL 257.91º 0.74% 0.36% -
HSV(B) 257.91º 0.85% 0.62% -
XYZ 8.61 4.21 32.71 -
YUV 51.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 64 24 158 0.59 0.85 0 0.38 257.91 0.74 0.36
Hex 40 18 9E 3B 55 0 26 102 4A 24
Octal 100 30 236 73 125 0 46 402 112 44
Binary 1000000 11000 10011110 111011 1010101 0 100110 100000010 1001010 100100

Color Harmonies of #40189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40189E

Black with #40189E

Text Example


Text Example

White with #40189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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