#421777

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

Shades of Persian Indigo #421777

Tints of Persian Indigo #421777

Color information

#421777 (or 0x421777) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 77. RGB value is (66,23,119). Sum of RGB (Red+Green+Blue) = 66+23+119=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #421777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421777 is #BDE888. Grayscale: #2E2E2E. Windows color (decimal): -12445833 or 7804738. OLE color: 7804738.

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

Color convert

RGB6623119-
CMYK0.450.8100.53
HSL266.88º67.61%27.84%-
HSV(B)266.88º80.67%46.67%-
XYZ5.883.117.74-
YUV46.8168.75141.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=31.73%
G=11.06%
B=57.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66231190.450.8100.53266.8867.6127.84
Hex4217772D5103510b441c
Octal102271675512106541310434
Binary100001010111111011110110110100010110101100001011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421777; }

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

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

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

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

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

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

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

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