#33157A

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

Shades of Persian Indigo #33157A

Tints of Persian Indigo #33157A

Color information

#33157A (or 0x33157A) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 7A. RGB value is (51,21,122). Sum of RGB (Red+Green+Blue) = 51+21+122=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #33157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33157A is #CCEA85. Grayscale: #292929. Windows color (decimal): -13429382 or 8000819. OLE color: 8000819.

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

Color convert

RGB5121122-
CMYK0.580.8300.52
HSL257.82º70.63%28.04%-
HSV(B)257.82º82.79%47.84%-
XYZ5.152.6518.65-
YUV41.48173.44134.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=26.29%
G=10.82%
B=62.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51211220.580.8300.52257.8270.6328.04
Hex33157A3A53034102471c
Octal63251727212306440210734
Binary11001110101111101011101010100110110100100000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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