#42035E

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

Shades of Indigo #42035E

Tints of Indigo #42035E

Color information

#42035E (or 0x42035E) is unknown color: approx Indigo. HEX triplet: 42, 03 and 5E. RGB value is (66,3,94). Sum of RGB (Red+Green+Blue) = 66+3+94=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #42035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035E is #BDFCA1. Grayscale: #1F1F1F. Windows color (decimal): -12450978 or 6161218. OLE color: 6161218.

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

Color convert

RGB66394-
CMYK0.300.9700.63
HSL281.54º93.81%19.02%-
HSV(B)281.54º96.81%36.86%-
XYZ4.32.0310.76-
YUV32.21162.87152.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=40.49%
G=1.84%
B=57.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal663940.300.9700.63281.5493.8119.02
Hex4235E1E6103F11a5e13
Octal10231363614107743213623
Binary10000101110111101111011000010111111100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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