#310875

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

Shades of Persian Indigo #310875

Tints of Persian Indigo #310875

Color information

#310875 (or 0x310875) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 75. RGB value is (49,8,117). Sum of RGB (Red+Green+Blue) = 49+8+117=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #310875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310875 is #CEF78A. Grayscale: #202020. Windows color (decimal): -13563787 or 7669809. OLE color: 7669809.

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

Color convert

RGB498117-
CMYK0.580.9300.54
HSL262.57º87.2%24.51%-
HSV(B)262.57º93.16%45.88%-
XYZ4.562.1117-
YUV32.68175.58139.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=28.16%
G=4.60%
B=67.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4981170.580.9300.54262.5787.224.51
Hex318753A5D0361075719
Octal61101657213506640712731
Binary1100011000111010111101010111010110110100000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310875; }

 p { color: rgb(49,8,117); }

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

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

 a { background-color: rgb(49,8,117); }

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

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

 span { border-color: rgb(49,8,117); }

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