#330A6B

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

Shades of Persian Indigo #330A6B

Tints of Persian Indigo #330A6B

Color information

#330A6B (or 0x330A6B) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 6B. RGB value is (51,10,107). Sum of RGB (Red+Green+Blue) = 51+10+107=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #330A6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A6B is #CCF594. Grayscale: #202020. Windows color (decimal): -13432213 or 7014963. OLE color: 7014963.

HSL color Cylindrical-coordinate representation of color #330A6B: hue angle of 265.36º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330A6B is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5110107-
CMYK0.520.9100.58
HSL265.36º82.91%22.94%-
HSV(B)265.36º90.65%41.96%-
XYZ4.131.9814.08-
YUV33.32169.58140.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=30.36%
G=5.95%
B=63.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51101070.520.9100.58265.3682.9122.94
Hex33A6B345B03A1095317
Octal63121536413307241112327
Binary1100111010110101111010010110110111010100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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