Html Css Color HEX #40019E Indigo

📋 copy color: '#40019E'

red 64 ◦ green 1 ◦ blue 158

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

Shades of Indigo #40019E

Tints of Indigo #40019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 28.7%
G = 0.45%
B = 70.85%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40019E (or 0x40019E) is known color: Indigo. HEX triplet: 40, 01 and 9E. RGB value is (64,1,158). Sum of RGB (Red+Green+Blue) = 64+1+158=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #40019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40019E is #BFFE61. Grayscale: #252525. Windows color (decimal): -12582498 or 10355008. OLE color: 10355008.

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

Color convert

RGB 64 1 158 -
CMYK 0.59 0.99 0 0.38
HSL 264.08º 0.99% 0.31% -
HSV(B) 264.08º 0.99% 0.62% -
XYZ 8.3 3.58 32.6 -
YUV 37.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 64 1 158 0.59 0.99 0 0.38 264.08 0.99 0.31
Hex 40 1 9E 3B 63 0 26 108 63 1F
Octal 100 1 236 73 143 0 46 410 143 37
Binary 1000000 1 10011110 111011 1100011 0 100110 100001000 1100011 11111

Color Harmonies of #40019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40019E

Black with #40019E

Text Example


Text Example

White with #40019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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