#32238B

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

Shades of Persian Indigo #32238B

Tints of Persian Indigo #32238B

Color information

#32238B (or 0x32238B) is unknown color: approx Persian Indigo. HEX triplet: 32, 23 and 8B. RGB value is (50,35,139). Sum of RGB (Red+Green+Blue) = 50+35+139=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #32238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32238B is #CDDC74. Grayscale: #323232. Windows color (decimal): -13491317 or 9118514. OLE color: 9118514.

HSL color Cylindrical-coordinate representation of color #32238B: hue angle of 248.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32238B is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5035139-
CMYK0.640.7500.45
HSL248.65º59.77%34.12%-
HSV(B)248.65º74.82%54.51%-
XYZ6.583.7424.8-
YUV51.34177.47127.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 139 (54.69% from 255) = 62.05%
R=22.32%
G=15.62%
B=62.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50351390.640.7500.45248.6559.7734.12
Hex32238B404B02Df93c22
Octal62432131001130553717442
Binary1100101000111000101110000001001011010110111111001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,35,139); }

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

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

 a { background-color: rgb(50,35,139); }

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

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

 span { border-color: rgb(50,35,139); }

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