#330071

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

Shades of Persian Indigo #330071

Tints of Persian Indigo #330071

Color information

#330071 (or 0x330071) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 71. RGB value is (51,0,113). Sum of RGB (Red+Green+Blue) = 51+0+113=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #330071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330071 is #CCFF8E. Grayscale: #1B1B1B. Windows color (decimal): -13434767 or 7405619. OLE color: 7405619.

HSL color Cylindrical-coordinate representation of color #330071: hue angle of 267.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330071 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB510113-
CMYK0.55100.56
HSL267.08º100%22.16%-
HSV(B)267.08º100%44.31%-
XYZ4.351.915.76-
YUV28.13175.9144.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=31.10%
G=0%
B=68.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5101130.55100.56267.0810022.16
Hex33071376403810b6416
Octal6301616714407041314426
Binary1100110111000111011111001000111000100001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330071; }

 p { color: rgb(51,0,113); }

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

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

 a { background-color: rgb(51,0,113); }

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

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

 span { border-color: rgb(51,0,113); }

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