#321690

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

Shades of Persian Indigo #321690

Tints of Persian Indigo #321690

Color information

#321690 (or 0x321690) is unknown color: approx Persian Indigo. HEX triplet: 32, 16 and 90. RGB value is (50,22,144). Sum of RGB (Red+Green+Blue) = 50+22+144=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #321690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321690 is #CDE96F. Grayscale: #2B2B2B. Windows color (decimal): -13494640 or 9442866. OLE color: 9442866.

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

Color convert

RGB5022144-
CMYK0.650.8500.44
HSL253.77º73.49%32.55%-
HSV(B)253.77º84.72%56.47%-
XYZ6.643.2726.67-
YUV44.28184.28132.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 144 (56.64% from 255) = 66.67%
R=23.15%
G=10.19%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50221440.650.8500.44253.7773.4932.55
Hex321690415502Cfe4921
Octal622622010112505437611141
Binary1100101011010010000100000110101010101100111111101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321690; }

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

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

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

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

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

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

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

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