#311068

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

Shades of Persian Indigo #311068

Tints of Persian Indigo #311068

Color information

#311068 (or 0x311068) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 68. RGB value is (49,16,104). Sum of RGB (Red+Green+Blue) = 49+16+104=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #311068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311068 is #CEEF97. Grayscale: #232323. Windows color (decimal): -13561752 or 6819889. OLE color: 6819889.

HSL color Cylindrical-coordinate representation of color #311068: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311068 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4916104-
CMYK0.530.8500.59
HSL262.5º73.33%23.53%-
HSV(B)262.5º84.62%40.78%-
XYZ3.952.0213.28-
YUV35.9166.43137.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=28.99%
G=9.47%
B=61.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49161040.530.8500.59262.573.3323.53
Hex311068355503B1064918
Octal61201506512507340611130
Binary11000110000110100011010110101010111011100000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311068; }

 p { color: rgb(49,16,104); }

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

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

 a { background-color: rgb(49,16,104); }

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

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

 span { border-color: rgb(49,16,104); }

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