#32237B

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

Shades of Persian Indigo #32237B

Tints of Persian Indigo #32237B

Color information

#32237B (or 0x32237B) is unknown color: approx Persian Indigo. HEX triplet: 32, 23 and 7B. RGB value is (50,35,123). Sum of RGB (Red+Green+Blue) = 50+35+123=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #32237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32237B is #CDDC84. Grayscale: #313131. Windows color (decimal): -13491333 or 8069938. OLE color: 8069938.

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

Color convert

RGB5035123-
CMYK0.590.7200.52
HSL250.23º55.7%30.98%-
HSV(B)250.23º71.54%48.24%-
XYZ5.493.3119.09-
YUV49.52169.47128.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=24.04%
G=16.83%
B=59.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50351230.590.7200.52250.2355.730.98
Hex32237B3B48034fa381f
Octal6243173731100643727037
Binary1100101000111111011111011100100001101001111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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