Html Css Color HEX #40058E Indigo

📋 copy color: '#40058E'

red 64 ◦ green 5 ◦ blue 142

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

Shades of Indigo #40058E

Tints of Indigo #40058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 30.33%
G = 2.37%
B = 67.3%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40058E (or 0x40058E) is known color: Indigo. HEX triplet: 40, 05 and 8E. RGB value is (64,5,142). Sum of RGB (Red+Green+Blue) = 64+5+142=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #40058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40058E is #BFFA71. Grayscale: #252525. Windows color (decimal): -12581490 or 9307456. OLE color: 9307456.

HSL color Cylindrical-coordinate representation of color #40058E: hue angle of 265.84º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40058E is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 5 142 -
CMYK 0.55 0.96 0 0.44
HSL 265.84º 0.93% 0.29% -
HSV(B) 265.84º 0.96% 0.56% -
XYZ 7.05 3.15 25.83 -
YUV 38.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 64 5 142 0.55 0.96 0 0.44 265.84 0.93 0.29
Hex 40 5 8E 37 60 0 2C 10A 5D 1D
Octal 100 5 216 67 140 0 54 412 135 35
Binary 1000000 101 10001110 110111 1100000 0 101100 100001010 1011101 11101

Color Harmonies of #40058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40058E

Black with #40058E

Text Example


Text Example

White with #40058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,5,142); }

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

background-color css

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

 a { background-color: rgb(64,5,142); }

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

border-color css

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

 span { border-color: rgb(64,5,142); }

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