Html Css Color HEX #40028E Indigo

📋 copy color: '#40028E'

red 64 ◦ green 2 ◦ blue 142

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

Shades of Indigo #40028E

Tints of Indigo #40028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 30.77%
G = 0.96%
B = 68.27%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40028E (or 0x40028E) is known color: Indigo. HEX triplet: 40, 02 and 8E. RGB value is (64,2,142). Sum of RGB (Red+Green+Blue) = 64+2+142=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #40028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40028E is #BFFD71. Grayscale: #242424. Windows color (decimal): -12582258 or 9306688. OLE color: 9306688.

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

Color convert

RGB 64 2 142 -
CMYK 0.55 0.99 0 0.44
HSL 266.57º 0.97% 0.28% -
HSV(B) 266.57º 0.99% 0.56% -
XYZ 7.02 3.09 25.82 -
YUV 36.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 64 2 142 0.55 0.99 0 0.44 266.57 0.97 0.28
Hex 40 2 8E 37 63 0 2C 10B 61 1C
Octal 100 2 216 67 143 0 54 413 141 34
Binary 1000000 10 10001110 110111 1100011 0 101100 100001011 1100001 11100

Color Harmonies of #40028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40028E

Black with #40028E

Text Example


Text Example

White with #40028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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