#421390

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

Shades of Persian Indigo #421390

Tints of Persian Indigo #421390

Color information

#421390 (or 0x421390) is unknown color: approx Persian Indigo. HEX triplet: 42, 13 and 90. RGB value is (66,19,144). Sum of RGB (Red+Green+Blue) = 66+19+144=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #421390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421390 is #BDEC6F. Grayscale: #2E2E2E. Windows color (decimal): -12446832 or 9442114. OLE color: 9442114.

HSL color Cylindrical-coordinate representation of color #421390: hue angle of 262.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421390 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6619144-
CMYK0.540.8700.44
HSL262.56º76.69%31.96%-
HSV(B)262.56º86.81%56.47%-
XYZ7.513.6426.69-
YUV47.3182.57141.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=28.82%
G=8.30%
B=62.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66191440.540.8700.44262.5676.6931.96
Hex421390365702C1074d20
Octal102232206612705440711540
Binary10000101001110010000110110101011101011001000001111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421390; }

 p { color: rgb(66,19,144); }

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

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

 a { background-color: rgb(66,19,144); }

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

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

 span { border-color: rgb(66,19,144); }

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