#33167F

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

Shades of Persian Indigo #33167F

Tints of Persian Indigo #33167F

Color information

#33167F (or 0x33167F) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 7F. RGB value is (51,22,127). Sum of RGB (Red+Green+Blue) = 51+22+127=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #33167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33167F is #CCE980. Grayscale: #2A2A2A. Windows color (decimal): -13429121 or 8328755. OLE color: 8328755.

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

Color convert

RGB5122127-
CMYK0.600.8300.50
HSL256.57º70.47%29.22%-
HSV(B)256.57º82.68%49.8%-
XYZ5.482.8120.33-
YUV42.64175.61133.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 127 (50% from 255) = 63.5%
R=25.5%
G=11%
B=63.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51221270.600.8300.50256.5770.4729.22
Hex33167F3C53032101461d
Octal63261777412306240110635
Binary11001110110111111111110010100110110010100000001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33167F; }

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

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

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

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

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

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

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

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