#32126E

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

Shades of Persian Indigo #32126E

Tints of Persian Indigo #32126E

Color information

#32126E (or 0x32126E) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 6E. RGB value is (50,18,110). Sum of RGB (Red+Green+Blue) = 50+18+110=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #32126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32126E is #CDED91. Grayscale: #252525. Windows color (decimal): -13495698 or 7213618. OLE color: 7213618.

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

Color convert

RGB5018110-
CMYK0.550.8400.57
HSL260.87º71.88%25.1%-
HSV(B)260.87º83.64%43.14%-
XYZ4.352.2414.95-
YUV38.06168.6136.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=28.09%
G=10.11%
B=61.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50181100.550.8400.57260.8771.8825.1
Hex32126E37540391054819
Octal62221566712407140511031
Binary11001010010110111011011110101000111001100000101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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