#33237B

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

Shades of Persian Indigo #33237B

Tints of Persian Indigo #33237B

Color information

#33237B (or 0x33237B) is unknown color: approx Persian Indigo. HEX triplet: 33, 23 and 7B. RGB value is (51,35,123). Sum of RGB (Red+Green+Blue) = 51+35+123=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #33237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33237B is #CCDC84. Grayscale: #313131. Windows color (decimal): -13425797 or 8069939. OLE color: 8069939.

HSL color Cylindrical-coordinate representation of color #33237B: hue angle of 250.91º 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 #33237B is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5135123-
CMYK0.590.7200.52
HSL250.91º55.7%30.98%-
HSV(B)250.91º71.54%48.24%-
XYZ5.543.3419.09-
YUV49.82169.3128.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=24.40%
G=16.75%
B=58.85%

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
Decimal51351230.590.7200.52250.9155.730.98
Hex33237B3B48034fb381f
Octal6343173731100643737037
Binary1100111000111111011111011100100001101001111101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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