#421170

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

Shades of Persian Indigo #421170

Tints of Persian Indigo #421170

Color information

#421170 (or 0x421170) is unknown color: approx Persian Indigo. HEX triplet: 42, 11 and 70. RGB value is (66,17,112). Sum of RGB (Red+Green+Blue) = 66+17+112=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #421170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421170 is #BDEE8F. Grayscale: #2A2A2A. Windows color (decimal): -12447376 or 7344450. OLE color: 7344450.

HSL color Cylindrical-coordinate representation of color #421170: hue angle of 270.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421170 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6617112-
CMYK0.410.8500.56
HSL270.95º73.64%25.29%-
HSV(B)270.95º84.82%43.92%-
XYZ5.372.7315.57-
YUV42.48167.23144.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=33.85%
G=8.72%
B=57.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66171120.410.8500.56270.9573.6425.29
Hex421170295503810f4a19
Octal102211605112507041711231
Binary100001010001111000010100110101010111000100001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421170; }

 p { color: rgb(66,17,112); }

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

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

 a { background-color: rgb(66,17,112); }

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

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

 span { border-color: rgb(66,17,112); }

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