#310295

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

Shades of Persian Indigo #310295

Tints of Persian Indigo #310295

Color information

#310295 (or 0x310295) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 95. RGB value is (49,2,149). Sum of RGB (Red+Green+Blue) = 49+2+149=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #310295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310295 is #CEFD6A. Grayscale: #202020. Windows color (decimal): -13565291 or 9765425. OLE color: 9765425.

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

Color convert

RGB492149-
CMYK0.670.9900.42
HSL259.18º97.35%29.61%-
HSV(B)259.18º98.66%58.43%-
XYZ6.712.8728.63-
YUV32.81193.57139.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 149 (58.59% from 255) = 74.5%
R=24.5%
G=1%
B=74.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4921490.670.9900.42259.1897.3529.61
Hex31295436302A103611e
Octal61222510314305240314136
Binary1100011010010101100001111000110101010100000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310295; }

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

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

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

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

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

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

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

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