#330770

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

Shades of Persian Indigo #330770

Tints of Persian Indigo #330770

Color information

#330770 (or 0x330770) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 70. RGB value is (51,7,112). Sum of RGB (Red+Green+Blue) = 51+7+112=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #330770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330770 is #CCF88F. Grayscale: #1F1F1F. Windows color (decimal): -13432976 or 7341875. OLE color: 7341875.

HSL color Cylindrical-coordinate representation of color #330770: hue angle of 265.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330770 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB517112-
CMYK0.540.9400.56
HSL265.14º88.24%23.33%-
HSV(B)265.14º93.75%43.92%-
XYZ4.372.0315.49-
YUV32.13173.08141.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=30%
G=4.12%
B=65.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5171120.540.9400.56265.1488.2423.33
Hex33770365E0381095817
Octal6371606613607041113027
Binary110011111111000011011010111100111000100001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330770; }

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

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

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

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

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

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

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

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