Html Css Color HEX #40199E Persian Indigo

📋 copy color: '#40199E'

red 64 ◦ green 25 ◦ blue 158

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

Shades of Persian Indigo #40199E

Tints of Persian Indigo #40199E

RGB

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

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

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

R = 25.91%
G = 10.12%
B = 63.97%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40199E (or 0x40199E) is known color: Persian Indigo. HEX triplet: 40, 19 and 9E. RGB value is (64,25,158). Sum of RGB (Red+Green+Blue) = 64+25+158=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #40199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199E is #BFE661. Grayscale: #333333. Windows color (decimal): -12576354 or 10361152. OLE color: 10361152.

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

Color convert

RGB 64 25 158 -
CMYK 0.59 0.84 0 0.38
HSL 257.59º 0.73% 0.36% -
HSV(B) 257.59º 0.84% 0.62% -
XYZ 8.63 4.25 32.71 -
YUV 51.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 64 25 158 0.59 0.84 0 0.38 257.59 0.73 0.36
Hex 40 19 9E 3B 54 0 26 102 49 24
Octal 100 31 236 73 124 0 46 402 111 44
Binary 1000000 11001 10011110 111011 1010100 0 100110 100000010 1001001 100100

Color Harmonies of #40199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40199E

Black with #40199E

Text Example


Text Example

White with #40199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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