#32047B

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

Shades of Persian Indigo #32047B

Tints of Persian Indigo #32047B

Color information

#32047B (or 0x32047B) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 7B. RGB value is (50,4,123). Sum of RGB (Red+Green+Blue) = 50+4+123=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #32047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32047B is #CDFB84. Grayscale: #1E1E1E. Windows color (decimal): -13499269 or 8062002. OLE color: 8062002.

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

Color convert

RGB504123-
CMYK0.590.9700.52
HSL263.19º93.7%24.9%-
HSV(B)263.19º96.75%48.24%-
XYZ4.932.218.9-
YUV31.32179.74141.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=28.25%
G=2.26%
B=69.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5041230.590.9700.52263.1993.724.9
Hex3247B3B610341075e19
Octal6241737314106440713631
Binary110010100111101111101111000010110100100000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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