#310297

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

Shades of Persian Indigo #310297

Tints of Persian Indigo #310297

Color information

#310297 (or 0x310297) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 97. RGB value is (49,2,151). Sum of RGB (Red+Green+Blue) = 49+2+151=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #310297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310297 is #CEFD68. Grayscale: #202020. Windows color (decimal): -13565289 or 9896497. OLE color: 9896497.

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

Color convert

RGB492151-
CMYK0.680.9900.41
HSL258.93º97.39%30%-
HSV(B)258.93º98.68%59.22%-
XYZ6.872.9329.48-
YUV33.04194.57139.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=24.26%
G=0.99%
B=74.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4921510.680.9900.41258.9397.3930
Hex312974463029103611e
Octal61222710414305140314136
Binary1100011010010111100010011000110101001100000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310297; }

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

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

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

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

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

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

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

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