#421477

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

Shades of Persian Indigo #421477

Tints of Persian Indigo #421477

Color information

#421477 (or 0x421477) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 77. RGB value is (66,20,119). Sum of RGB (Red+Green+Blue) = 66+20+119=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #421477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421477 is #BDEB88. Grayscale: #2C2C2C. Windows color (decimal): -12446601 or 7803970. OLE color: 7803970.

HSL color Cylindrical-coordinate representation of color #421477: hue angle of 267.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421477 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6620119-
CMYK0.450.8300.53
HSL267.88º71.22%27.25%-
HSV(B)267.88º83.19%46.67%-
XYZ5.832.9917.72-
YUV45.04169.74142.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=32.20%
G=9.76%
B=58.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66201190.450.8300.53267.8871.2227.25
Hex4214772D5303510c471b
Octal102241675512306541410733
Binary100001010100111011110110110100110110101100001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421477; }

 p { color: rgb(66,20,119); }

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

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

 a { background-color: rgb(66,20,119); }

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

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

 span { border-color: rgb(66,20,119); }

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