#330FA2

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

Shades of Persian Indigo #330FA2

Tints of Persian Indigo #330FA2

Color information

#330FA2 (or 0x330FA2) is unknown color: approx Persian Indigo. HEX triplet: 33, 0F and A2. RGB value is (51,15,162). Sum of RGB (Red+Green+Blue) = 51+15+162=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #330FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FA2 is #CCF05D. Grayscale: #292929. Windows color (decimal): -13430878 or 10620723. OLE color: 10620723.

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

Color convert

RGB5115162-
CMYK0.690.9100.36
HSL254.69º83.05%34.71%-
HSV(B)254.69º90.74%63.53%-
XYZ8.063.6534.46-
YUV42.52195.43134.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 162 (63.67% from 255) = 71.05%
R=22.37%
G=6.58%
B=71.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51151620.690.9100.36254.6983.0534.71
Hex33FA2455B024ff5323
Octal631724210513304437712343
Binary110011111110100010100010110110110100100111111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,15,162); }

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

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

 a { background-color: rgb(51,15,162); }

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

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

 span { border-color: rgb(51,15,162); }

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