#421277

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

Shades of Persian Indigo #421277

Tints of Persian Indigo #421277

Color information

#421277 (or 0x421277) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 77. RGB value is (66,18,119). Sum of RGB (Red+Green+Blue) = 66+18+119=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #421277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421277 is #BDED88. Grayscale: #2B2B2B. Windows color (decimal): -12447113 or 7803458. OLE color: 7803458.

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

Color convert

RGB6618119-
CMYK0.450.8500.53
HSL268.51º73.72%26.86%-
HSV(B)268.51º84.87%46.67%-
XYZ5.792.9217.71-
YUV43.87170.4143.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=32.51%
G=8.87%
B=58.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66181190.450.8500.53268.5173.7226.86
Hex4212772D5503510d4a1b
Octal102221675512506541511233
Binary100001010010111011110110110101010110101100001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421277; }

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

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

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

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

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

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

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

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