#33079F

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

Shades of Persian Indigo #33079F

Tints of Persian Indigo #33079F

Color information

#33079F (or 0x33079F) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 9F. RGB value is (51,7,159). Sum of RGB (Red+Green+Blue) = 51+7+159=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #33079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33079F is #CCF860. Grayscale: #242424. Windows color (decimal): -13432929 or 10422067. OLE color: 10422067.

HSL color Cylindrical-coordinate representation of color #33079F: hue angle of 257.37º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33079F is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB517159-
CMYK0.680.9600.38
HSL257.37º91.57%32.55%-
HSV(B)257.37º95.6%62.35%-
XYZ7.73.3633.04-
YUV37.48196.58137.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 159 (62.5% from 255) = 73.27%
R=23.50%
G=3.23%
B=73.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5171590.680.9600.38257.3791.5732.55
Hex3379F44600261015c21
Octal63723710414004640113441
Binary110011111100111111000100110000001001101000000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,7,159); }

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

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

 a { background-color: rgb(51,7,159); }

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

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

 span { border-color: rgb(51,7,159); }

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