#32039B

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

Shades of Persian Indigo #32039B

Tints of Persian Indigo #32039B

Color information

#32039B (or 0x32039B) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 9B. RGB value is (50,3,155). Sum of RGB (Red+Green+Blue) = 50+3+155=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #32039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32039B is #CDFC64. Grayscale: #212121. Windows color (decimal): -13499493 or 10158898. OLE color: 10158898.

HSL color Cylindrical-coordinate representation of color #32039B: hue angle of 258.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32039B is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB503155-
CMYK0.680.9800.39
HSL258.55º96.2%30.98%-
HSV(B)258.55º98.06%60.78%-
XYZ7.263.1131.23-
YUV34.38196.07139.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=24.04%
G=1.44%
B=74.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5031550.680.9800.39258.5596.230.98
Hex3239B4462027103601f
Octal62323310414204740314037
Binary1100101110011011100010011000100100111100000011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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