#33049F

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

Shades of Persian Indigo #33049F

Tints of Persian Indigo #33049F

Color information

#33049F (or 0x33049F) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 9F. RGB value is (51,4,159). Sum of RGB (Red+Green+Blue) = 51+4+159=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #33049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33049F is #CCFB60. Grayscale: #232323. Windows color (decimal): -13433697 or 10421299. OLE color: 10421299.

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

Color convert

RGB514159-
CMYK0.680.9700.38
HSL258.19º95.09%31.96%-
HSV(B)258.19º97.48%62.35%-
XYZ7.673.2933.03-
YUV35.72197.57138.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 159 (62.5% from 255) = 74.30%
R=23.83%
G=1.87%
B=74.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5141590.680.9700.38258.1995.0931.96
Hex3349F44610261025f20
Octal63423710414104640213740
Binary110011100100111111000100110000101001101000000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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