#42076B

Color #42076B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #42076B

Tints of Indigo #42076B

Color information

#42076B (or 0x42076B) is unknown color: approx Indigo. HEX triplet: 42, 07 and 6B. RGB value is (66,7,107). Sum of RGB (Red+Green+Blue) = 66+7+107=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #42076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42076B is #BDF894. Grayscale: #232323. Windows color (decimal): -12449941 or 7014210. OLE color: 7014210.

HSL color Cylindrical-coordinate representation of color #42076B: hue angle of 275.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42076B is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB667107-
CMYK0.380.9300.58
HSL275.4º87.72%22.35%-
HSV(B)275.4º93.46%41.96%-
XYZ4.982.3714.11-
YUV36.04168.05149.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 107 (42.19% from 255) = 59.44%
R=36.67%
G=3.89%
B=59.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6671070.380.9300.58275.487.7222.35
Hex4276B265D03A1135816
Octal10271534613507242313026
Binary1000010111110101110011010111010111010100010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42076B; }

 p { color: rgb(66,7,107); }

 H1.HeaderClassName
 {
   color: #42076B;
 }
 .AnyTagClassName
 {
   color: #42076B;
 }
</style>
background-color css

<style>
 a { background-color: #42076B; }

 a { background-color: rgb(66,7,107); }

 div.DivClassName
 {
   background-color: #42076B;
 }
 .BgClassName
 {
   background-color: #42076B;
 }
</style>
border-color css

<style>
 span { border-color: #42076B; }

 span { border-color: rgb(66,7,107); }

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