#330988

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

Shades of Persian Indigo #330988

Tints of Persian Indigo #330988

Color information

#330988 (or 0x330988) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 88. RGB value is (51,9,136). Sum of RGB (Red+Green+Blue) = 51+9+136=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #330988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330988 is #CCF677. Grayscale: #232323. Windows color (decimal): -13432440 or 8915251. OLE color: 8915251.

HSL color Cylindrical-coordinate representation of color #330988: hue angle of 259.84º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330988 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB519136-
CMYK0.620.9300.47
HSL259.84º87.59%28.43%-
HSV(B)259.84º93.38%53.33%-
XYZ5.912.6823.5-
YUV36.04184.41138.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 136 (53.52% from 255) = 69.39%
R=26.02%
G=4.59%
B=69.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5191360.620.9300.47259.8487.5928.43
Hex339883E5D02F104581c
Octal63112107613505740413034
Binary11001110011000100011111010111010101111100000100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330988; }

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

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

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

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

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

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

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

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