Html Css Color HEX #40199D Persian Indigo

📋 copy color: '#40199D'

red 64 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #40199D

Tints of Persian Indigo #40199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 26.02%
G = 10.16%
B = 63.82%

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

#40199D (or 0x40199D) is known color: Persian Indigo. HEX triplet: 40, 19 and 9D. RGB value is (64,25,157). Sum of RGB (Red+Green+Blue) = 64+25+157=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #40199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199D is #BFE662. Grayscale: #333333. Windows color (decimal): -12576355 or 10295616. OLE color: 10295616.

HSL color Cylindrical-coordinate representation of color #40199D: hue angle of 257.73º 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 #40199D is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 25 157 -
CMYK 0.59 0.84 0 0.38
HSL 257.73º 0.73% 0.36% -
HSV(B) 257.73º 0.84% 0.62% -
XYZ 8.55 4.22 32.26 -
YUV 51.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 64 25 157 0.59 0.84 0 0.38 257.73 0.73 0.36
Hex 40 19 9D 3B 54 0 26 102 49 24
Octal 100 31 235 73 124 0 46 402 111 44
Binary 1000000 11001 10011101 111011 1010100 0 100110 100000010 1001001 100100

Color Harmonies of #40199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40199D

Black with #40199D

Text Example


Text Example

White with #40199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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