Html Css Color HEX #40028F Indigo

📋 copy color: '#40028F'

red 64 ◦ green 2 ◦ blue 143

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

Shades of Indigo #40028F

Tints of Indigo #40028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.42%

R = 30.62%
G = 0.96%
B = 68.42%

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

#40028F (or 0x40028F) is known color: Indigo. HEX triplet: 40, 02 and 8F. RGB value is (64,2,143). Sum of RGB (Red+Green+Blue) = 64+2+143=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #40028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40028F is #BFFD70. Grayscale: #242424. Windows color (decimal): -12582257 or 9372224. OLE color: 9372224.

HSL color Cylindrical-coordinate representation of color #40028F: hue angle of 266.38º 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 #40028F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 2 143 -
CMYK 0.55 0.99 0 0.44
HSL 266.38º 0.97% 0.28% -
HSV(B) 266.38º 0.99% 0.56% -
XYZ 7.09 3.12 26.21 -
YUV 36.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 64 2 143 0.55 0.99 0 0.44 266.38 0.97 0.28
Hex 40 2 8F 37 63 0 2C 10A 61 1C
Octal 100 2 217 67 143 0 54 412 141 34
Binary 1000000 10 10001111 110111 1100011 0 101100 100001010 1100001 11100

Color Harmonies of #40028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40028F

Black with #40028F

Text Example


Text Example

White with #40028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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