#32037A

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

Shades of Persian Indigo #32037A

Tints of Persian Indigo #32037A

Color information

#32037A (or 0x32037A) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 7A. RGB value is (50,3,122). Sum of RGB (Red+Green+Blue) = 50+3+122=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #32037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32037A is #CDFC85. Grayscale: #1E1E1E. Windows color (decimal): -13499526 or 7996210. OLE color: 7996210.

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

Color convert

RGB503122-
CMYK0.590.9800.52
HSL263.7º95.2%24.51%-
HSV(B)263.7º97.54%47.84%-
XYZ4.862.1518.57-
YUV30.62179.57141.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=28.57%
G=1.71%
B=69.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5031220.590.9800.52263.795.224.51
Hex3237A3B620341085f19
Octal6231727314206441013731
Binary11001011111101011101111000100110100100001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32037A; }

 p { color: rgb(50,3,122); }

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

<style>
 a { background-color: #32037A; }

 a { background-color: rgb(50,3,122); }

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

<style>
 span { border-color: #32037A; }

 span { border-color: rgb(50,3,122); }

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