#32126b

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

Shades of Persian Indigo #32126B

Tints of Persian Indigo #32126B

Color information

#32126B (or 0x32126B) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 6B. RGB value is (50,18,107). Sum of RGB (Red+Green+Blue) = 50+18+107=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #32126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32126B is #CDED94. Grayscale: #252525. Windows color (decimal): -13495701 or 7017010. OLE color: 7017010.

HSL color Cylindrical-coordinate representation of color #32126B: hue angle of 261.57º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32126B is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5018107-
CMYK0.530.8300.58
HSL261.57º71.2%24.51%-
HSV(B)261.57º83.18%41.96%-
XYZ4.192.1714.11-
YUV37.71167.1136.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=28.57%
G=10.29%
B=61.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50181070.530.8300.58261.5771.224.51
Hex32126B355303A1064719
Octal62221536512307240610731
Binary11001010010110101111010110100110111010100000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32126b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32126b; }

 p { color: rgb(50,18,107); }

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

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

 a { background-color: rgb(50,18,107); }

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

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

 span { border-color: rgb(50,18,107); }

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