#321490

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

Shades of Persian Indigo #321490

Tints of Persian Indigo #321490

Color information

#321490 (or 0x321490) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 90. RGB value is (50,20,144). Sum of RGB (Red+Green+Blue) = 50+20+144=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #321490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321490 is #CDEB6F. Grayscale: #2A2A2A. Windows color (decimal): -13495152 or 9442354. OLE color: 9442354.

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

Color convert

RGB5020144-
CMYK0.650.8600.44
HSL254.52º75.61%32.16%-
HSV(B)254.52º86.11%56.47%-
XYZ6.63.1926.65-
YUV43.11184.94132.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 144 (56.64% from 255) = 67.29%
R=23.36%
G=9.35%
B=67.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50201440.650.8600.44254.5275.6132.16
Hex321490415602Cff4c20
Octal622422010112605437711440
Binary1100101010010010000100000110101100101100111111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321490; }

 p { color: rgb(50,20,144); }

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

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

 a { background-color: rgb(50,20,144); }

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

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

 span { border-color: rgb(50,20,144); }

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