#420385

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

Shades of Indigo #420385

Tints of Indigo #420385

Color information

#420385 (or 0x420385) is unknown color: approx Indigo. HEX triplet: 42, 03 and 85. RGB value is (66,3,133). Sum of RGB (Red+Green+Blue) = 66+3+133=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #420385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420385 is #BDFC7A. Grayscale: #242424. Windows color (decimal): -12450939 or 8717122. OLE color: 8717122.

HSL color Cylindrical-coordinate representation of color #420385: hue angle of 269.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420385 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB663133-
CMYK0.500.9800.48
HSL269.08º95.59%26.67%-
HSV(B)269.08º97.74%52.16%-
XYZ6.512.9222.41-
YUV36.66182.37148.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=32.67%
G=1.49%
B=65.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6631330.500.9800.48269.0895.5926.67
Hex42385326203010d601b
Octal10232056214206041514033
Binary1000010111000010111001011000100110000100001101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420385; }

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

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

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

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

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

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

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

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