#330C76

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

Shades of Persian Indigo #330C76

Tints of Persian Indigo #330C76

Color information

#330C76 (or 0x330C76) is unknown color: approx Persian Indigo. HEX triplet: 33, 0C and 76. RGB value is (51,12,118). Sum of RGB (Red+Green+Blue) = 51+12+118=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #330C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C76 is #CCF389. Grayscale: #232323. Windows color (decimal): -13431690 or 7736371. OLE color: 7736371.

HSL color Cylindrical-coordinate representation of color #330C76: hue angle of 262.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330C76 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5112118-
CMYK0.570.9000.54
HSL262.08º81.54%25.49%-
HSV(B)262.08º89.83%46.27%-
XYZ4.772.2717.33-
YUV35.74174.42138.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 118 (46.48% from 255) = 65.19%
R=28.18%
G=6.63%
B=65.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51121180.570.9000.54262.0881.5425.49
Hex33C76395A0361065219
Octal63141667113206640612231
Binary1100111100111011011100110110100110110100000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,118); }

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

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

 a { background-color: rgb(51,12,118); }

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

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

 span { border-color: rgb(51,12,118); }

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