#321089

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

Shades of Persian Indigo #321089

Tints of Persian Indigo #321089

Color information

#321089 (or 0x321089) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 89. RGB value is (50,16,137). Sum of RGB (Red+Green+Blue) = 50+16+137=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #321089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321089 is #CDEF76. Grayscale: #272727. Windows color (decimal): -13496183 or 8982578. OLE color: 8982578.

HSL color Cylindrical-coordinate representation of color #321089: hue angle of 256.86º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321089 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5016137-
CMYK0.640.8800.46
HSL256.86º79.08%30%-
HSV(B)256.86º88.32%53.73%-
XYZ6.022.8523.9-
YUV39.96182.76135.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=24.63%
G=7.88%
B=67.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50161370.640.8800.46256.8679.0830
Hex321089405802E1014f1e
Octal622021110013005640111736
Binary1100101000010001001100000010110000101110100000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321089; }

 p { color: rgb(50,16,137); }

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

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

 a { background-color: rgb(50,16,137); }

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

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

 span { border-color: rgb(50,16,137); }

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