#33099F

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

Shades of Persian Indigo #33099F

Tints of Persian Indigo #33099F

Color information

#33099F (or 0x33099F) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 9F. RGB value is (51,9,159). Sum of RGB (Red+Green+Blue) = 51+9+159=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #33099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33099F is #CCF660. Grayscale: #262626. Windows color (decimal): -13432417 or 10422579. OLE color: 10422579.

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

Color convert

RGB519159-
CMYK0.680.9400.38
HSL256.8º89.29%32.94%-
HSV(B)256.8º94.34%62.35%-
XYZ7.723.433.05-
YUV38.66195.91136.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 159 (62.5% from 255) = 72.60%
R=23.29%
G=4.11%
B=72.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5191590.680.9400.38256.889.2932.94
Hex3399F445E0261015921
Octal631123710413604640113141
Binary1100111001100111111000100101111001001101000000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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