#321897

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

Shades of Persian Indigo #321897

Tints of Persian Indigo #321897

Color information

#321897 (or 0x321897) is unknown color: approx Persian Indigo. HEX triplet: 32, 18 and 97. RGB value is (50,24,151). Sum of RGB (Red+Green+Blue) = 50+24+151=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #321897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321897 is #CDE768. Grayscale: #2D2D2D. Windows color (decimal): -13494121 or 9902130. OLE color: 9902130.

HSL color Cylindrical-coordinate representation of color #321897: hue angle of 252.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321897 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5024151-
CMYK0.670.8400.41
HSL252.28º72.57%34.31%-
HSV(B)252.28º84.11%59.22%-
XYZ7.233.5729.59-
YUV46.25187.11130.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 151 (59.38% from 255) = 67.11%
R=22.22%
G=10.67%
B=67.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50241510.670.8400.41252.2872.5734.31
Hex3218974354029fc4922
Octal623022710312405137411142
Binary1100101100010010111100001110101000101001111111001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321897; }

 p { color: rgb(50,24,151); }

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

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

 a { background-color: rgb(50,24,151); }

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

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

 span { border-color: rgb(50,24,151); }

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