#32057B

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

Shades of Persian Indigo #32057B

Tints of Persian Indigo #32057B

Color information

#32057B (or 0x32057B) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 7B. RGB value is (50,5,123). Sum of RGB (Red+Green+Blue) = 50+5+123=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #32057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32057B is #CDFA84. Grayscale: #1F1F1F. Windows color (decimal): -13499013 or 8062258. OLE color: 8062258.

HSL color Cylindrical-coordinate representation of color #32057B: hue angle of 262.88º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32057B is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB505123-
CMYK0.590.9600.52
HSL262.88º92.19%25.1%-
HSV(B)262.88º95.93%48.24%-
XYZ4.942.2218.91-
YUV31.91179.41140.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 123 (48.44% from 255) = 69.10%
R=28.09%
G=2.81%
B=69.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5051230.590.9600.52262.8892.1925.1
Hex3257B3B600341075c19
Octal6251737314006440713431
Binary110010101111101111101111000000110100100000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32057B; }

 p { color: rgb(50,5,123); }

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

<style>
 a { background-color: #32057B; }

 a { background-color: rgb(50,5,123); }

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

<style>
 span { border-color: #32057B; }

 span { border-color: rgb(50,5,123); }

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