Html Css Color HEX #40026F Indigo

📋 copy color: '#40026F'

red 64 ◦ green 2 ◦ blue 111

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

Shades of Indigo #40026F

Tints of Indigo #40026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 36.16%
G = 1.13%
B = 62.71%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40026F (or 0x40026F) is known color: Indigo. HEX triplet: 40, 02 and 6F. RGB value is (64,2,111). Sum of RGB (Red+Green+Blue) = 64+2+111=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #40026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40026F is #BFFD90. Grayscale: #202020. Windows color (decimal): -12582289 or 7275072. OLE color: 7275072.

HSL color Cylindrical-coordinate representation of color #40026F: hue angle of 274.13º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40026F is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 2 111 -
CMYK 0.42 0.98 0 0.56
HSL 274.13º 0.96% 0.22% -
HSV(B) 274.13º 0.98% 0.44% -
XYZ 5.01 2.28 15.22 -
YUV 32.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 64 2 111 0.42 0.98 0 0.56 274.13 0.96 0.22
Hex 40 2 6F 2A 62 0 38 112 60 16
Octal 100 2 157 52 142 0 70 422 140 26
Binary 1000000 10 1101111 101010 1100010 0 111000 100010010 1100000 10110

Color Harmonies of #40026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40026F

Black with #40026F

Text Example


Text Example

White with #40026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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