#330D87

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

Shades of Persian Indigo #330D87

Tints of Persian Indigo #330D87

Color information

#330D87 (or 0x330D87) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 87. RGB value is (51,13,135). Sum of RGB (Red+Green+Blue) = 51+13+135=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #330D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D87 is #CCF278. Grayscale: #252525. Windows color (decimal): -13431417 or 8850739. OLE color: 8850739.

HSL color Cylindrical-coordinate representation of color #330D87: hue angle of 258.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330D87 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5113135-
CMYK0.620.9000.47
HSL258.69º82.43%29.02%-
HSV(B)258.69º90.37%52.94%-
XYZ5.882.7423.14-
YUV38.27182.59137.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 135 (53.12% from 255) = 67.84%
R=25.63%
G=6.53%
B=67.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51131350.620.9000.47258.6982.4329.02
Hex33D873E5A02F103521d
Octal63152077613205740312235
Binary11001111011000011111111010110100101111100000011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330D87; }

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

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

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

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

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

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

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

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