#330AA3

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

Shades of Persian Indigo #330AA3

Tints of Persian Indigo #330AA3

Color information

#330AA3 (or 0x330AA3) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and A3. RGB value is (51,10,163). Sum of RGB (Red+Green+Blue) = 51+10+163=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #330AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AA3 is #CCF55C. Grayscale: #272727. Windows color (decimal): -13432157 or 10684979. OLE color: 10684979.

HSL color Cylindrical-coordinate representation of color #330AA3: hue angle of 256.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AA3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5110163-
CMYK0.690.9400.36
HSL256.08º88.44%33.92%-
HSV(B)256.08º93.87%63.92%-
XYZ8.083.5734.91-
YUV39.7197.58136.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 163 (64.06% from 255) = 72.77%
R=22.77%
G=4.46%
B=72.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51101630.690.9400.36256.0888.4433.92
Hex33AA3455E0241005822
Octal631224310513604440013042
Binary1100111010101000111000101101111001001001000000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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