#42017A

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

Shades of Indigo #42017A

Tints of Indigo #42017A

Color information

#42017A (or 0x42017A) is unknown color: approx Indigo. HEX triplet: 42, 01 and 7A. RGB value is (66,1,122). Sum of RGB (Red+Green+Blue) = 66+1+122=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #42017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017A is #BDFE85. Grayscale: #212121. Windows color (decimal): -12451462 or 7995714. OLE color: 7995714.

HSL color Cylindrical-coordinate representation of color #42017A: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42017A is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB661122-
CMYK0.460.9900.52
HSL272.23º98.37%24.12%-
HSV(B)272.23º99.18%47.84%-
XYZ5.772.5918.61-
YUV34.23177.53150.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=34.92%
G=0.53%
B=64.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6611220.460.9900.52272.2398.3724.12
Hex4217A2E630341106218
Octal10211725614306442014230
Binary10000101111101010111011000110110100100010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42017A; }

 p { color: rgb(66,1,122); }

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

<style>
 a { background-color: #42017A; }

 a { background-color: rgb(66,1,122); }

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

<style>
 span { border-color: #42017A; }

 span { border-color: rgb(66,1,122); }

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