#330D8D

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

Shades of Persian Indigo #330D8D

Tints of Persian Indigo #330D8D

Color information

#330D8D (or 0x330D8D) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 8D. RGB value is (51,13,141). Sum of RGB (Red+Green+Blue) = 51+13+141=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #330D8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D8D is #CCF272. Grayscale: #262626. Windows color (decimal): -13431411 or 9243955. OLE color: 9243955.

HSL color Cylindrical-coordinate representation of color #330D8D: hue angle of 257.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330D8D is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5113141-
CMYK0.640.9100.45
HSL257.81º83.12%30.2%-
HSV(B)257.81º90.78%55.29%-
XYZ6.322.9125.43-
YUV38.95185.59136.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 141 (55.47% from 255) = 68.78%
R=24.88%
G=6.34%
B=68.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51131410.640.9100.45257.8183.1230.2
Hex33D8D405B02D102531e
Octal631521510013305540212336
Binary110011110110001101100000010110110101101100000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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