#330070

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

Shades of Persian Indigo #330070

Tints of Persian Indigo #330070

Color information

#330070 (or 0x330070) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 70. RGB value is (51,0,112). Sum of RGB (Red+Green+Blue) = 51+0+112=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #330070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330070 is #CCFF8F. Grayscale: #1B1B1B. Windows color (decimal): -13434768 or 7340083. OLE color: 7340083.

HSL color Cylindrical-coordinate representation of color #330070: hue angle of 267.32º 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 #330070 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB510112-
CMYK0.54100.56
HSL267.32º100%21.96%-
HSV(B)267.32º100%43.92%-
XYZ4.291.8715.46-
YUV28.02175.4144.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=31.29%
G=0%
B=68.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5101120.54100.56267.3210021.96
Hex33070366403810b6416
Octal6301606614407041314426
Binary1100110111000011011011001000111000100001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330070; }

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

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

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

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

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

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

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

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