#32149B

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

Shades of Persian Indigo #32149B

Tints of Persian Indigo #32149B

Color information

#32149B (or 0x32149B) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 9B. RGB value is (50,20,155). Sum of RGB (Red+Green+Blue) = 50+20+155=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #32149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32149B is #CDEB64. Grayscale: #2B2B2B. Windows color (decimal): -13495141 or 10163250. OLE color: 10163250.

HSL color Cylindrical-coordinate representation of color #32149B: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32149B is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5020155-
CMYK0.680.8700.39
HSL253.33º77.14%34.31%-
HSV(B)253.33º87.1%60.78%-
XYZ7.483.5431.3-
YUV44.36190.44132.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 155 (60.94% from 255) = 68.89%
R=22.22%
G=8.89%
B=68.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50201550.680.8700.39253.3377.1434.31
Hex32149B4457027fd4d22
Octal622423310412704737511542
Binary1100101010010011011100010010101110100111111111011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32149B; }

 p { color: rgb(50,20,155); }

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

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

 a { background-color: rgb(50,20,155); }

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

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

 span { border-color: rgb(50,20,155); }

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