#421576

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

Shades of Persian Indigo #421576

Tints of Persian Indigo #421576

Color information

#421576 (or 0x421576) is unknown color: approx Persian Indigo. HEX triplet: 42, 15 and 76. RGB value is (66,21,118). Sum of RGB (Red+Green+Blue) = 66+21+118=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #421576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421576 is #BDEA89. Grayscale: #2D2D2D. Windows color (decimal): -12446346 or 7738690. OLE color: 7738690.

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

Color convert

RGB6621118-
CMYK0.440.8200.54
HSL267.84º69.78%27.25%-
HSV(B)267.84º82.2%46.27%-
XYZ5.78317.41-
YUV45.51168.91142.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=32.20%
G=10.24%
B=57.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66211180.440.8200.54267.8469.7827.25
Hex4215762C5203610c461b
Octal102251665412206641410633
Binary100001010101111011010110010100100110110100001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421576; }

 p { color: rgb(66,21,118); }

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

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

 a { background-color: rgb(66,21,118); }

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

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

 span { border-color: rgb(66,21,118); }

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