#330A8E

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

Shades of Persian Indigo #330A8E

Tints of Persian Indigo #330A8E

Color information

#330A8E (or 0x330A8E) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 8E. RGB value is (51,10,142). Sum of RGB (Red+Green+Blue) = 51+10+142=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #330A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A8E is #CCF571. Grayscale: #242424. Windows color (decimal): -13432178 or 9308723. OLE color: 9308723.

HSL color Cylindrical-coordinate representation of color #330A8E: hue angle of 258.64º 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 #330A8E is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5110142-
CMYK0.640.9300.44
HSL258.64º86.84%29.8%-
HSV(B)258.64º92.96%55.69%-
XYZ6.362.8725.81-
YUV37.31187.08137.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=25.12%
G=4.93%
B=69.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51101420.640.9300.44258.6486.8429.8
Hex33A8E405D02C103571e
Octal631221610013505440312736
Binary110011101010001110100000010111010101100100000011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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