#310676

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

Shades of Persian Indigo #310676

Tints of Persian Indigo #310676

Color information

#310676 (or 0x310676) is unknown color: approx Persian Indigo. HEX triplet: 31, 06 and 76. RGB value is (49,6,118). Sum of RGB (Red+Green+Blue) = 49+6+118=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #310676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310676 is #CEF989. Grayscale: #1F1F1F. Windows color (decimal): -13564298 or 7734833. OLE color: 7734833.

HSL color Cylindrical-coordinate representation of color #310676: hue angle of 263.04º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310676 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB496118-
CMYK0.580.9500.54
HSL263.04º90.32%24.31%-
HSV(B)263.04º94.92%46.27%-
XYZ4.62.0917.3-
YUV31.62176.75140.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=28.32%
G=3.47%
B=68.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4961180.580.9500.54263.0490.3224.31
Hex316763A5F0361075a18
Octal6161667213706640713230
Binary110001110111011011101010111110110110100000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310676; }

 p { color: rgb(49,6,118); }

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

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

 a { background-color: rgb(49,6,118); }

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

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

 span { border-color: rgb(49,6,118); }

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