#33079C

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

Shades of Persian Indigo #33079C

Tints of Persian Indigo #33079C

Color information

#33079C (or 0x33079C) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 9C. RGB value is (51,7,156). Sum of RGB (Red+Green+Blue) = 51+7+156=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #33079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33079C is #CCF863. Grayscale: #242424. Windows color (decimal): -13432932 or 10225459. OLE color: 10225459.

HSL color Cylindrical-coordinate representation of color #33079C: hue angle of 257.72º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33079C is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB517156-
CMYK0.670.9600.39
HSL257.72º91.41%31.96%-
HSV(B)257.72º95.51%61.18%-
XYZ7.443.2631.69-
YUV37.14195.08137.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 156 (61.33% from 255) = 72.90%
R=23.83%
G=3.27%
B=72.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5171560.670.9600.39257.7291.4131.96
Hex3379C43600271025b20
Octal63723410314004740213340
Binary110011111100111001000011110000001001111000000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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