#330D72

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

Shades of Persian Indigo #330D72

Tints of Persian Indigo #330D72

Color information

#330D72 (or 0x330D72) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 72. RGB value is (51,13,114). Sum of RGB (Red+Green+Blue) = 51+13+114=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #330D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D72 is #CCF28D. Grayscale: #232323. Windows color (decimal): -13431438 or 7474483. OLE color: 7474483.

HSL color Cylindrical-coordinate representation of color #330D72: hue angle of 262.57º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330D72 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5113114-
CMYK0.550.8900.55
HSL262.57º79.53%24.9%-
HSV(B)262.57º88.6%44.71%-
XYZ4.552.2116.11-
YUV35.88172.09138.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 13 (5.47% from 255) = 7.30%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=28.65%
G=7.30%
B=64.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51131140.550.8900.55262.5779.5324.9
Hex33D7237590371075019
Octal63151626713106740712031
Binary1100111101111001011011110110010110111100000111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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