#321188

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

Shades of Persian Indigo #321188

Tints of Persian Indigo #321188

Color information

#321188 (or 0x321188) is unknown color: approx Persian Indigo. HEX triplet: 32, 11 and 88. RGB value is (50,17,136). Sum of RGB (Red+Green+Blue) = 50+17+136=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #321188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321188 is #CDEE77. Grayscale: #272727. Windows color (decimal): -13495928 or 8917298. OLE color: 8917298.

HSL color Cylindrical-coordinate representation of color #321188: hue angle of 256.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321188 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5017136-
CMYK0.630.8700.47
HSL256.64º77.78%30%-
HSV(B)256.64º87.5%53.33%-
XYZ5.962.8623.53-
YUV40.43181.93134.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=24.63%
G=8.37%
B=67.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50171360.630.8700.47256.6477.7830
Hex3211883F5702F1014e1e
Octal62212107712705740111636
Binary110010100011000100011111110101110101111100000001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321188; }

 p { color: rgb(50,17,136); }

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

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

 a { background-color: rgb(50,17,136); }

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

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

 span { border-color: rgb(50,17,136); }

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