#330D6B

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

Shades of Persian Indigo #330D6B

Tints of Persian Indigo #330D6B

Color information

#330D6B (or 0x330D6B) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 6B. RGB value is (51,13,107). Sum of RGB (Red+Green+Blue) = 51+13+107=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #330D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D6B is #CCF294. Grayscale: #222222. Windows color (decimal): -13431445 or 7015731. OLE color: 7015731.

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

Color convert

RGB5113107-
CMYK0.520.8800.58
HSL264.26º78.33%23.53%-
HSV(B)264.26º87.85%41.96%-
XYZ4.162.0514.09-
YUV35.08168.59139.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=29.82%
G=7.60%
B=62.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51131070.520.8800.58264.2678.3323.53
Hex33D6B345803A1084e18
Octal63151536413007241011630
Binary1100111101110101111010010110000111010100001000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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