#421779

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

Shades of Persian Indigo #421779

Tints of Persian Indigo #421779

Color information

#421779 (or 0x421779) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 79. RGB value is (66,23,121). Sum of RGB (Red+Green+Blue) = 66+23+121=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #421779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421779 is #BDE886. Grayscale: #2E2E2E. Windows color (decimal): -12445831 or 7935810. OLE color: 7935810.

HSL color Cylindrical-coordinate representation of color #421779: hue angle of 266.33º 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 #421779 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6623121-
CMYK0.450.8100.53
HSL266.33º68.06%28.24%-
HSV(B)266.33º80.99%47.45%-
XYZ63.1518.38-
YUV47.03169.75141.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=31.43%
G=10.95%
B=57.62%

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
Decimal66231210.450.8100.53266.3368.0628.24
Hex4217792D5103510a441c
Octal102271715512106541210434
Binary100001010111111100110110110100010110101100001010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421779; }

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

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

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

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

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

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

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

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