#330987

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

Shades of Persian Indigo #330987

Tints of Persian Indigo #330987

Color information

#330987 (or 0x330987) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 87. RGB value is (51,9,135). Sum of RGB (Red+Green+Blue) = 51+9+135=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #330987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330987 is #CCF678. Grayscale: #232323. Windows color (decimal): -13432441 or 8849715. OLE color: 8849715.

HSL color Cylindrical-coordinate representation of color #330987: hue angle of 260º 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 #330987 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB519135-
CMYK0.620.9300.47
HSL260º87.5%28.24%-
HSV(B)260º93.33%52.94%-
XYZ5.842.6523.13-
YUV35.92183.91138.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=26.15%
G=4.62%
B=69.23%

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
Decimal5191350.620.9300.4726087.528.24
Hex339873E5D02F104581c
Octal63112077613505740413034
Binary11001110011000011111111010111010101111100000100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330987; }

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

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

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

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

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

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

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

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