#330a9b

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

Shades of Persian Indigo #330A9B

Tints of Persian Indigo #330A9B

Color information

#330A9B (or 0x330A9B) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 9B. RGB value is (51,10,155). Sum of RGB (Red+Green+Blue) = 51+10+155=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #330A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A9B is #CCF564. Grayscale: #262626. Windows color (decimal): -13432165 or 10160691. OLE color: 10160691.

HSL color Cylindrical-coordinate representation of color #330A9B: hue angle of 256.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330A9B is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5110155-
CMYK0.670.9400.39
HSL256.97º87.88%32.35%-
HSV(B)256.97º93.55%60.78%-
XYZ7.393.2931.26-
YUV38.79193.58136.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 155 (60.94% from 255) = 71.76%
R=23.61%
G=4.63%
B=71.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51101550.670.9400.39256.9787.8832.35
Hex33A9B435E0271015820
Octal631223310313604740113040
Binary1100111010100110111000011101111001001111000000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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