#310897

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

Shades of Persian Indigo #310897

Tints of Persian Indigo #310897

Color information

#310897 (or 0x310897) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 97. RGB value is (49,8,151). Sum of RGB (Red+Green+Blue) = 49+8+151=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #310897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310897 is #CEF768. Grayscale: #242424. Windows color (decimal): -13563753 or 9898033. OLE color: 9898033.

HSL color Cylindrical-coordinate representation of color #310897: hue angle of 257.2º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310897 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB498151-
CMYK0.680.9500.41
HSL257.2º89.94%31.18%-
HSV(B)257.2º94.7%59.22%-
XYZ6.943.0629.5-
YUV36.56192.58136.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 151 (59.38% from 255) = 72.60%
R=23.56%
G=3.85%
B=72.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4981510.680.9500.41257.289.9431.18
Hex31897445F0291015a1f
Octal611022710413705140113237
Binary110001100010010111100010010111110101001100000001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310897; }

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

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

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

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

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

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

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

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