#33097A

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

Shades of Persian Indigo #33097A

Tints of Persian Indigo #33097A

Color information

#33097A (or 0x33097A) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 7A. RGB value is (51,9,122). Sum of RGB (Red+Green+Blue) = 51+9+122=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #33097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33097A is #CCF685. Grayscale: #222222. Windows color (decimal): -13432454 or 7997747. OLE color: 7997747.

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

Color convert

RGB519122-
CMYK0.580.9300.52
HSL262.3º86.26%25.69%-
HSV(B)262.3º92.62%47.84%-
XYZ4.982.318.59-
YUV34.44177.41139.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=28.02%
G=4.95%
B=67.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5191220.580.9300.52262.386.2625.69
Hex3397A3A5D034106561a
Octal63111727213506440612632
Binary1100111001111101011101010111010110100100000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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