#330764

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

Shades of Persian Indigo #330764

Tints of Persian Indigo #330764

Color information

#330764 (or 0x330764) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 64. RGB value is (51,7,100). Sum of RGB (Red+Green+Blue) = 51+7+100=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #330764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330764 is #CCF89B. Grayscale: #1E1E1E. Windows color (decimal): -13432988 or 6555443. OLE color: 6555443.

HSL color Cylindrical-coordinate representation of color #330764: hue angle of 268.39º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330764 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB517100-
CMYK0.490.9300.61
HSL268.39º86.92%20.98%-
HSV(B)268.39º93%39.22%-
XYZ3.741.7812.2-
YUV30.76167.08142.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 100 (39.45% from 255) = 63.29%
R=32.28%
G=4.43%
B=63.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5171000.490.9300.61268.3986.9220.98
Hex33764315D03D10c5715
Octal6371446113507541412725
Binary110011111110010011000110111010111101100001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330764; }

 p { color: rgb(51,7,100); }

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

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

 a { background-color: rgb(51,7,100); }

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

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

 span { border-color: rgb(51,7,100); }

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