#321698

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

Shades of Persian Indigo #321698

Tints of Persian Indigo #321698

Color information

#321698 (or 0x321698) is unknown color: approx Persian Indigo. HEX triplet: 32, 16 and 98. RGB value is (50,22,152). Sum of RGB (Red+Green+Blue) = 50+22+152=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #321698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321698 is #CDE967. Grayscale: #2C2C2C. Windows color (decimal): -13494632 or 9967154. OLE color: 9967154.

HSL color Cylindrical-coordinate representation of color #321698: hue angle of 252.92º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321698 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5022152-
CMYK0.670.8600.40
HSL252.92º74.71%34.12%-
HSV(B)252.92º85.53%59.61%-
XYZ7.273.5230-
YUV45.19188.28131.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 152 (59.77% from 255) = 67.86%
R=22.32%
G=9.82%
B=67.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50221520.670.8600.40252.9274.7134.12
Hex3216984356028fd4b22
Octal622623010312605037511342
Binary1100101011010011000100001110101100101000111111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321698; }

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

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

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

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

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

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

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

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