#32257D

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

Shades of Persian Indigo #32257D

Tints of Persian Indigo #32257D

Color information

#32257D (or 0x32257D) is unknown color: approx Persian Indigo. HEX triplet: 32, 25 and 7D. RGB value is (50,37,125). Sum of RGB (Red+Green+Blue) = 50+37+125=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #32257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32257D is #CDDA82. Grayscale: #323232. Windows color (decimal): -13490819 or 8201522. OLE color: 8201522.

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

Color convert

RGB5037125-
CMYK0.600.7000.51
HSL248.86º54.32%31.76%-
HSV(B)248.86º70.4%49.02%-
XYZ5.683.4819.77-
YUV50.92169.81127.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 125 (49.22% from 255) = 58.96%
R=23.58%
G=17.45%
B=58.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50371250.600.7000.51248.8654.3231.76
Hex32257D3C46033f93620
Octal6245175741060633716640
Binary11001010010111111011111001000110011001111111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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