#421877

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

Shades of Persian Indigo #421877

Tints of Persian Indigo #421877

Color information

#421877 (or 0x421877) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 77. RGB value is (66,24,119). Sum of RGB (Red+Green+Blue) = 66+24+119=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #421877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421877 is #BDE788. Grayscale: #2F2F2F. Windows color (decimal): -12445577 or 7804994. OLE color: 7804994.

HSL color Cylindrical-coordinate representation of color #421877: hue angle of 266.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421877 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6624119-
CMYK0.450.8000.53
HSL266.53º66.43%28.04%-
HSV(B)266.53º79.83%46.67%-
XYZ5.93.1417.75-
YUV47.39168.41141.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=31.58%
G=11.48%
B=56.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66241190.450.8000.53266.5366.4328.04
Hex4218772D5003510b421c
Octal102301675512006541310234
Binary100001011000111011110110110100000110101100001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421877; }

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

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

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

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

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

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

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

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