#330D7F

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

Shades of Persian Indigo #330D7F

Tints of Persian Indigo #330D7F

Color information

#330D7F (or 0x330D7F) is unknown color: approx Persian Indigo. HEX triplet: 33, 0D and 7F. RGB value is (51,13,127). Sum of RGB (Red+Green+Blue) = 51+13+127=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #330D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D7F is #CCF280. Grayscale: #242424. Windows color (decimal): -13431425 or 8326451. OLE color: 8326451.

HSL color Cylindrical-coordinate representation of color #330D7F: hue angle of 260º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330D7F is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5113127-
CMYK0.600.9000.50
HSL260º81.43%27.45%-
HSV(B)260º89.76%49.8%-
XYZ5.342.5220.28-
YUV37.36178.59137.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 127 (50% from 255) = 66.49%
R=26.70%
G=6.81%
B=66.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51131270.600.9000.5026081.4327.45
Hex33D7F3C5A032104511b
Octal63151777413206240412133
Binary1100111101111111111110010110100110010100000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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