#42035C

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

Shades of Indigo #42035C

Tints of Indigo #42035C

Color information

#42035C (or 0x42035C) is unknown color: approx Indigo. HEX triplet: 42, 03 and 5C. RGB value is (66,3,92). Sum of RGB (Red+Green+Blue) = 66+3+92=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #42035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035C is #BDFCA3. Grayscale: #1F1F1F. Windows color (decimal): -12450980 or 6030146. OLE color: 6030146.

HSL color Cylindrical-coordinate representation of color #42035C: hue angle of 282.47º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42035C is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66392-
CMYK0.280.9700.64
HSL282.47º93.68%18.63%-
HSV(B)282.47º96.74%36.08%-
XYZ4.21210.29-
YUV31.98161.87152.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=40.99%
G=1.86%
B=57.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal663920.280.9700.64282.4793.6818.63
Hex4235C1C6104011a5e13
Octal102313434141010043213623
Binary100001011101110011100110000101000000100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42035C; }

 p { color: rgb(66,3,92); }

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

<style>
 a { background-color: #42035C; }

 a { background-color: rgb(66,3,92); }

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

<style>
 span { border-color: #42035C; }

 span { border-color: rgb(66,3,92); }

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