Html Css Color HEX #42006E Indigo

📋 copy color: '#42006E'

red 66 ◦ green 0 ◦ blue 110

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

Shades of Indigo #42006E

Tints of Indigo #42006E

RGB

 RED value IS 66 (26.17% from 255) = 37.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.4

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42006E (or 0x42006E) is known color: Indigo. HEX triplet: 42, 00 and 6E. RGB value is (66,0,110). Sum of RGB (Red+Green+Blue) = 66+0+110=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #42006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42006E is #BDFF91. Grayscale: #1F1F1F. Windows color (decimal): -12451730 or 7209026. OLE color: 7209026.

HSL color Cylindrical-coordinate representation of color #42006E: hue angle of 276º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42006E is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 0 110 -
CMYK 0.4 1 0 0.57
HSL 276º 1% 0.22% -
HSV(B) 276º 1% 0.43% -
XYZ 5.06 2.28 14.93 -
YUV 32.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 66 0 110 0.4 1 0 0.57 276 1 0.22
Hex 42 0 6E 28 64 0 39 114 64 16
Octal 102 0 156 50 144 0 71 424 144 26
Binary 1000010 0 1101110 101000 1100100 0 111001 100010100 1100100 10110

Color Harmonies of #42006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42006E

Black with #42006E

Text Example


Text Example

White with #42006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,0,110); }

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

background-color css

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

 a { background-color: rgb(66,0,110); }

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

border-color css

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

 span { border-color: rgb(66,0,110); }

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