#330BA1

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

Shades of Persian Indigo #330BA1

Tints of Persian Indigo #330BA1

Color information

#330BA1 (or 0x330BA1) is unknown color: approx Persian Indigo. HEX triplet: 33, 0B and A1. RGB value is (51,11,161). Sum of RGB (Red+Green+Blue) = 51+11+161=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #330BA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BA1 is #CCF45E. Grayscale: #272727. Windows color (decimal): -13431903 or 10554163. OLE color: 10554163.

HSL color Cylindrical-coordinate representation of color #330BA1: hue angle of 256º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330BA1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5111161-
CMYK0.680.9300.37
HSL256º87.21%33.73%-
HSV(B)256º93.17%63.14%-
XYZ7.923.5233.98-
YUV40.06196.25135.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 161 (63.28% from 255) = 72.20%
R=22.87%
G=4.93%
B=72.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51111610.680.9300.3725687.2133.73
Hex33BA1445D0251005722
Octal631324110413504540012742
Binary1100111011101000011000100101110101001011000000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,11,161); }

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

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

 a { background-color: rgb(51,11,161); }

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

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

 span { border-color: rgb(51,11,161); }

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