#33097F

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

Shades of Persian Indigo #33097F

Tints of Persian Indigo #33097F

Color information

#33097F (or 0x33097F) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 7F. RGB value is (51,9,127). Sum of RGB (Red+Green+Blue) = 51+9+127=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #33097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33097F is #CCF680. Grayscale: #222222. Windows color (decimal): -13432449 or 8325427. OLE color: 8325427.

HSL color Cylindrical-coordinate representation of color #33097F: hue angle of 261.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33097F is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB519127-
CMYK0.600.9300.50
HSL261.36º86.76%26.67%-
HSV(B)261.36º92.91%49.8%-
XYZ5.292.4320.27-
YUV35.01179.91139.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 127 (50% from 255) = 67.91%
R=27.27%
G=4.81%
B=67.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5191270.600.9300.50261.3686.7626.67
Hex3397F3C5D032105571b
Octal63111777413506240512733
Binary1100111001111111111110010111010110010100000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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