#330170

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

Shades of Persian Indigo #330170

Tints of Persian Indigo #330170

Color information

#330170 (or 0x330170) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 70. RGB value is (51,1,112). Sum of RGB (Red+Green+Blue) = 51+1+112=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #330170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330170 is #CCFE8F. Grayscale: #1C1C1C. Windows color (decimal): -13434512 or 7340339. OLE color: 7340339.

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

Color convert

RGB511112-
CMYK0.540.9900.56
HSL267.03º98.23%22.16%-
HSV(B)267.03º99.11%43.92%-
XYZ4.31.915.47-
YUV28.6175.06143.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 112 (44.14% from 255) = 68.29%
R=31.10%
G=0.61%
B=68.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111120.540.9900.56267.0398.2322.16
Hex33170366303810b6216
Octal6311606614307041314226
Binary1100111111000011011011000110111000100001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330170; }

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

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

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

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

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

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

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

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