#310099

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

Shades of Persian Indigo #310099

Tints of Persian Indigo #310099

Color information

#310099 (or 0x310099) is unknown color: approx Persian Indigo. HEX triplet: 31, 00 and 99. RGB value is (49,0,153). Sum of RGB (Red+Green+Blue) = 49+0+153=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #310099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310099 is #CEFF66. Grayscale: #1F1F1F. Windows color (decimal): -13565799 or 10027057. OLE color: 10027057.

HSL color Cylindrical-coordinate representation of color #310099: hue angle of 259.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310099 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB490153-
CMYK0.68100.4
HSL259.22º100%30%-
HSV(B)259.22º100%60%-
XYZ7.022.9530.34-
YUV32.09196.23140.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 75.74%
R=24.26%
G=0%
B=75.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4901530.68100.4259.2210030
Hex310994464028103641e
Octal61023110414405040314436
Binary110001010011001100010011001000101000100000011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310099; }

 p { color: rgb(49,0,153); }

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

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

 a { background-color: rgb(49,0,153); }

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

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

 span { border-color: rgb(49,0,153); }

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