#330A78

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

Shades of Persian Indigo #330A78

Tints of Persian Indigo #330A78

Color information

#330A78 (or 0x330A78) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 78. RGB value is (51,10,120). Sum of RGB (Red+Green+Blue) = 51+10+120=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #330A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A78 is #CCF587. Grayscale: #222222. Windows color (decimal): -13432200 or 7866931. OLE color: 7866931.

HSL color Cylindrical-coordinate representation of color #330A78: hue angle of 262.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330A78 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5110120-
CMYK0.580.9200.53
HSL262.36º84.62%25.49%-
HSV(B)262.36º91.67%47.06%-
XYZ4.862.2817.95-
YUV34.8176.08139.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=28.18%
G=5.52%
B=66.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51101200.580.9200.53262.3684.6225.49
Hex33A783A5C0351065519
Octal63121707213406540612531
Binary1100111010111100011101010111000110101100000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,10,120); }

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

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

 a { background-color: rgb(51,10,120); }

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

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

 span { border-color: rgb(51,10,120); }

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