#330A90

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

Shades of Persian Indigo #330A90

Tints of Persian Indigo #330A90

Color information

#330A90 (or 0x330A90) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 90. RGB value is (51,10,144). Sum of RGB (Red+Green+Blue) = 51+10+144=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #330A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A90 is #CCF56F. Grayscale: #252525. Windows color (decimal): -13432176 or 9439795. OLE color: 9439795.

HSL color Cylindrical-coordinate representation of color #330A90: hue angle of 258.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330A90 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5110144-
CMYK0.650.9300.44
HSL258.36º87.01%30.2%-
HSV(B)258.36º93.06%56.47%-
XYZ6.512.9326.61-
YUV37.53188.08137.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 144 (56.64% from 255) = 70.24%
R=24.88%
G=4.88%
B=70.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51101440.650.9300.44258.3687.0130.2
Hex33A90415D02C102571e
Octal631222010113505440212736
Binary110011101010010000100000110111010101100100000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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