#33117B

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

Shades of Persian Indigo #33117B

Tints of Persian Indigo #33117B

Color information

#33117B (or 0x33117B) is unknown color: approx Persian Indigo. HEX triplet: 33, 11 and 7B. RGB value is (51,17,123). Sum of RGB (Red+Green+Blue) = 51+17+123=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #33117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33117B is #CCEE84. Grayscale: #262626. Windows color (decimal): -13430405 or 8065331. OLE color: 8065331.

HSL color Cylindrical-coordinate representation of color #33117B: hue angle of 259.25º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33117B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5117123-
CMYK0.590.8600.52
HSL259.25º75.71%27.45%-
HSV(B)259.25º86.18%48.24%-
XYZ5.142.5318.96-
YUV39.25175.26136.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=26.70%
G=8.90%
B=64.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51171230.590.8600.52259.2575.7127.45
Hex33117B3B560341034c1b
Octal63211737312606440311433
Binary11001110001111101111101110101100110100100000011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33117B; }

 p { color: rgb(51,17,123); }

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

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

 a { background-color: rgb(51,17,123); }

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

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

 span { border-color: rgb(51,17,123); }

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