Html Css Color HEX #40199C Persian Indigo

📋 copy color: '#40199C'

red 64 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #40199C

Tints of Persian Indigo #40199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 26.12%
G = 10.2%
B = 63.67%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40199C (or 0x40199C) is known color: Persian Indigo. HEX triplet: 40, 19 and 9C. RGB value is (64,25,156). Sum of RGB (Red+Green+Blue) = 64+25+156=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #40199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199C is #BFE663. Grayscale: #333333. Windows color (decimal): -12576356 or 10230080. OLE color: 10230080.

HSL color Cylindrical-coordinate representation of color #40199C: hue angle of 257.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40199C is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 25 156 -
CMYK 0.59 0.84 0 0.39
HSL 257.86º 0.72% 0.35% -
HSV(B) 257.86º 0.84% 0.61% -
XYZ 8.46 4.19 31.81 -
YUV 51.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 64 25 156 0.59 0.84 0 0.39 257.86 0.72 0.35
Hex 40 19 9C 3B 54 0 27 102 48 23
Octal 100 31 234 73 124 0 47 402 110 43
Binary 1000000 11001 10011100 111011 1010100 0 100111 100000010 1001000 100011

Color Harmonies of #40199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40199C

Black with #40199C

Text Example


Text Example

White with #40199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40199C; }

 p { color: rgb(64,25,156); }

 H1.HeaderClassName
 {
   color: #40199C;
 }
 .AnyTagClassName
 {
   color: #40199C;
 }
</style>

background-color css

<style>
 a { background-color: #40199C; }

 a { background-color: rgb(64,25,156); }

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

border-color css

<style>
 span { border-color: #40199C; }

 span { border-color: rgb(64,25,156); }

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