#420175

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

Shades of Indigo #420175

Tints of Indigo #420175

Color information

#420175 (or 0x420175) is unknown color: approx Indigo. HEX triplet: 42, 01 and 75. RGB value is (66,1,117). Sum of RGB (Red+Green+Blue) = 66+1+117=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #420175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420175 is #BDFE8A. Grayscale: #212121. Windows color (decimal): -12451467 or 7668034. OLE color: 7668034.

HSL color Cylindrical-coordinate representation of color #420175: hue angle of 273.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420175 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB661117-
CMYK0.440.9900.54
HSL273.62º98.31%23.14%-
HSV(B)273.62º99.15%45.88%-
XYZ5.472.4617.02-
YUV33.66175.03151.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=35.87%
G=0.54%
B=63.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611170.440.9900.54273.6298.3123.14
Hex421752C630361126217
Octal10211655414306642214227
Binary10000101111010110110011000110110110100010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420175; }

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

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

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

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

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

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

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

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