#330C7F

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

Shades of Persian Indigo #330C7F

Tints of Persian Indigo #330C7F

Color information

#330C7F (or 0x330C7F) is unknown color: approx Persian Indigo. HEX triplet: 33, 0C and 7F. RGB value is (51,12,127). Sum of RGB (Red+Green+Blue) = 51+12+127=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #330C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C7F is #CCF380. Grayscale: #242424. Windows color (decimal): -13431681 or 8326195. OLE color: 8326195.

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

Color convert

RGB5112127-
CMYK0.600.9100.50
HSL260.35º82.73%27.25%-
HSV(B)260.35º90.55%49.8%-
XYZ5.332.520.28-
YUV36.77178.92138.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 12 (5.08% from 255) = 6.32%
BLUE value IS 127 (50% from 255) = 66.84%
R=26.84%
G=6.32%
B=66.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51121270.600.9100.50260.3582.7327.25
Hex33C7F3C5B032104531b
Octal63141777413306240412333
Binary1100111100111111111110010110110110010100000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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