#32136E

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

Shades of Persian Indigo #32136E

Tints of Persian Indigo #32136E

Color information

#32136E (or 0x32136E) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 6E. RGB value is (50,19,110). Sum of RGB (Red+Green+Blue) = 50+19+110=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #32136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32136E is #CDEC91. Grayscale: #262626. Windows color (decimal): -13495442 or 7213874. OLE color: 7213874.

HSL color Cylindrical-coordinate representation of color #32136E: hue angle of 260.44º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32136E is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5019110-
CMYK0.550.8300.57
HSL260.44º70.54%25.29%-
HSV(B)260.44º82.73%43.14%-
XYZ4.362.2714.96-
YUV38.64168.27136.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 110 (43.36% from 255) = 61.45%
R=27.93%
G=10.61%
B=61.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50191100.550.8300.57260.4470.5425.29
Hex32136E37530391044719
Octal62231566712307140410731
Binary11001010011110111011011110100110111001100000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32136E; }

 p { color: rgb(50,19,110); }

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

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

 a { background-color: rgb(50,19,110); }

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

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

 span { border-color: rgb(50,19,110); }

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