#330B6D

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

Shades of Persian Indigo #330B6D

Tints of Persian Indigo #330B6D

Color information

#330B6D (or 0x330B6D) is unknown color: approx Persian Indigo. HEX triplet: 33, 0B and 6D. RGB value is (51,11,109). Sum of RGB (Red+Green+Blue) = 51+11+109=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #330B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B6D is #CCF492. Grayscale: #212121. Windows color (decimal): -13431955 or 7146291. OLE color: 7146291.

HSL color Cylindrical-coordinate representation of color #330B6D: hue angle of 264.49º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330B6D is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5111109-
CMYK0.530.9000.57
HSL264.49º81.67%23.53%-
HSV(B)264.49º89.91%42.75%-
XYZ4.252.0514.64-
YUV34.13170.25140.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 109 (42.97% from 255) = 63.74%
R=29.82%
G=6.43%
B=63.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51111090.530.9000.57264.4981.6723.53
Hex33B6D355A0391085218
Octal63131556513207141012230
Binary1100111011110110111010110110100111001100001000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,11,109); }

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

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

 a { background-color: rgb(51,11,109); }

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

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

 span { border-color: rgb(51,11,109); }

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