#33237A

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

Shades of Persian Indigo #33237A

Tints of Persian Indigo #33237A

Color information

#33237A (or 0x33237A) is unknown color: approx Persian Indigo. HEX triplet: 33, 23 and 7A. RGB value is (51,35,122). Sum of RGB (Red+Green+Blue) = 51+35+122=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #33237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33237A is #CCDC85. Grayscale: #313131. Windows color (decimal): -13425798 or 8004403. OLE color: 8004403.

HSL color Cylindrical-coordinate representation of color #33237A: hue angle of 251.03º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33237A is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5135122-
CMYK0.580.7100.52
HSL251.03º55.41%30.78%-
HSV(B)251.03º71.31%47.84%-
XYZ5.483.3118.76-
YUV49.7168.8128.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=24.52%
G=16.83%
B=58.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51351220.580.7100.52251.0355.4130.78
Hex33237A3A47034fb371f
Octal6343172721070643736737
Binary1100111000111111010111010100011101101001111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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