#330D69

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

Shades of Persian Indigo #330D69

Tints of Persian Indigo #330D69

Color information

#330D69 (or 0x330D69) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 69. RGB value is (51,13,105). Sum of RGB (Red+Green+Blue) = 51+13+105=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #330D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D69 is #CCF296. Grayscale: #222222. Windows color (decimal): -13431447 or 6884659. OLE color: 6884659.

HSL color Cylindrical-coordinate representation of color #330D69: hue angle of 264.78º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330D69 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5113105-
CMYK0.510.8800.59
HSL264.78º77.97%23.14%-
HSV(B)264.78º87.62%41.18%-
XYZ4.062.0113.54-
YUV34.85167.59139.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 13 (5.47% from 255) = 7.69%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=30.18%
G=7.69%
B=62.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51131050.510.8800.59264.7877.9723.14
Hex33D69335803B1094e17
Octal63151516313007341111627
Binary1100111101110100111001110110000111011100001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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