#42017E

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

Shades of Indigo #42017E

Tints of Indigo #42017E

Color information

#42017E (or 0x42017E) is unknown color: approx Indigo. HEX triplet: 42, 01 and 7E. RGB value is (66,1,126). Sum of RGB (Red+Green+Blue) = 66+1+126=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #42017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017E is #BDFE81. Grayscale: #222222. Windows color (decimal): -12451458 or 8257858. OLE color: 8257858.

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

Color convert

RGB661126-
CMYK0.480.9900.51
HSL271.2º98.43%24.9%-
HSV(B)271.2º99.21%49.41%-
XYZ6.022.6919.94-
YUV34.68179.53150.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 126 (49.61% from 255) = 65.28%
R=34.20%
G=0.52%
B=65.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6611260.480.9900.51271.298.4324.9
Hex4217E306303310f6219
Octal10211766014306341714231
Binary10000101111111011000011000110110011100001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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