#421884

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

Shades of Persian Indigo #421884

Tints of Persian Indigo #421884

Color information

#421884 (or 0x421884) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 84. RGB value is (66,24,132). Sum of RGB (Red+Green+Blue) = 66+24+132=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #421884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421884 is #BDE77B. Grayscale: #303030. Windows color (decimal): -12445564 or 8656962. OLE color: 8656962.

HSL color Cylindrical-coordinate representation of color #421884: hue angle of 263.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421884 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6624132-
CMYK0.50.8200.48
HSL263.33º69.23%30.59%-
HSV(B)263.33º81.82%51.76%-
XYZ6.743.4822.15-
YUV48.87174.91140.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=29.73%
G=10.81%
B=59.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66241320.50.8200.48263.3369.2330.59
Hex4218843252030107451f
Octal102302046212206040710537
Binary1000010110001000010011001010100100110000100000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421884; }

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

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

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

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

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

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

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

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