#32157E

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

Shades of Persian Indigo #32157E

Tints of Persian Indigo #32157E

Color information

#32157E (or 0x32157E) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 7E. RGB value is (50,21,126). Sum of RGB (Red+Green+Blue) = 50+21+126=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #32157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157E is #CDEA81. Grayscale: #292929. Windows color (decimal): -13494914 or 8262962. OLE color: 8262962.

HSL color Cylindrical-coordinate representation of color #32157E: hue angle of 256.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157E is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5021126-
CMYK0.600.8300.51
HSL256.57º71.43%28.82%-
HSV(B)256.57º83.33%49.41%-
XYZ5.352.7219.98-
YUV41.64175.61133.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 126 (49.61% from 255) = 63.96%
R=25.38%
G=10.66%
B=63.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50211260.600.8300.51256.5771.4328.82
Hex32157E3C53033101471d
Octal62251767412306340110735
Binary11001010101111111011110010100110110011100000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,21,126); }

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

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

 a { background-color: rgb(50,21,126); }

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

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

 span { border-color: rgb(50,21,126); }

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