#32257E

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

Shades of Persian Indigo #32257E

Tints of Persian Indigo #32257E

Color information

#32257E (or 0x32257E) is unknown color: approx Persian Indigo. HEX triplet: 32, 25 and 7E. RGB value is (50,37,126). Sum of RGB (Red+Green+Blue) = 50+37+126=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #32257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32257E is #CDDA81. Grayscale: #323232. Windows color (decimal): -13490818 or 8267058. OLE color: 8267058.

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

Color convert

RGB5037126-
CMYK0.600.7100.51
HSL248.76º54.6%31.96%-
HSV(B)248.76º70.63%49.41%-
XYZ5.743.5120.11-
YUV51.03170.31127.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=23.47%
G=17.37%
B=59.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50371260.600.7100.51248.7654.631.96
Hex32257E3C47033f93720
Octal6245176741070633716740
Binary11001010010111111101111001000111011001111111001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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