#330777

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

Shades of Persian Indigo #330777

Tints of Persian Indigo #330777

Color information

#330777 (or 0x330777) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 77. RGB value is (51,7,119). Sum of RGB (Red+Green+Blue) = 51+7+119=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #330777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330777 is #CCF888. Grayscale: #202020. Windows color (decimal): -13432969 or 7800627. OLE color: 7800627.

HSL color Cylindrical-coordinate representation of color #330777: hue angle of 263.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330777 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB517119-
CMYK0.570.9400.53
HSL263.57º88.89%24.71%-
HSV(B)263.57º94.12%46.67%-
XYZ4.772.1917.62-
YUV32.92176.58140.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 119 (46.88% from 255) = 67.23%
R=28.81%
G=3.95%
B=67.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5171190.570.9400.53263.5788.8924.71
Hex33777395E0351085919
Octal6371677113606541013131
Binary110011111111011111100110111100110101100001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330777; }

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

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

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

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

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

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

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

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