#33179F

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

Shades of Persian Indigo #33179F

Tints of Persian Indigo #33179F

Color information

#33179F (or 0x33179F) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 9F. RGB value is (51,23,159). Sum of RGB (Red+Green+Blue) = 51+23+159=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #33179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33179F is #CCE860. Grayscale: #2E2E2E. Windows color (decimal): -13428833 or 10426163. OLE color: 10426163.

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

Color convert

RGB5123159-
CMYK0.680.8600.38
HSL252.35º74.73%35.69%-
HSV(B)252.35º85.53%62.35%-
XYZ7.933.8233.12-
YUV46.88191.28130.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=21.89%
G=9.87%
B=68.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51231590.680.8600.38252.3574.7335.69
Hex33179F4456026fc4b24
Octal632723710412604637411344
Binary1100111011110011111100010010101100100110111111001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33179F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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