#330A8B

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

Shades of Persian Indigo #330A8B

Tints of Persian Indigo #330A8B

Color information

#330A8B (or 0x330A8B) is unknown color: approx Persian Indigo. HEX triplet: 33, 0A and 8B. RGB value is (51,10,139). Sum of RGB (Red+Green+Blue) = 51+10+139=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #330A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A8B is #CCF574. Grayscale: #242424. Windows color (decimal): -13432181 or 9112115. OLE color: 9112115.

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

Color convert

RGB5110139-
CMYK0.630.9300.45
HSL259.07º86.58%29.22%-
HSV(B)259.07º92.81%54.51%-
XYZ6.132.7824.64-
YUV36.97185.58138.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 139 (54.69% from 255) = 69.5%
R=25.5%
G=5%
B=69.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51101390.630.9300.45259.0786.5829.22
Hex33A8B3F5D02D103571d
Octal63122137713505540312735
Binary11001110101000101111111110111010101101100000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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