#310394

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

Shades of Persian Indigo #310394

Tints of Persian Indigo #310394

Color information

#310394 (or 0x310394) is unknown color: approx Persian Indigo. HEX triplet: 31, 03 and 94. RGB value is (49,3,148). Sum of RGB (Red+Green+Blue) = 49+3+148=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #310394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310394 is #CEFC6B. Grayscale: #202020. Windows color (decimal): -13565036 or 9700145. OLE color: 9700145.

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

Color convert

RGB493148-
CMYK0.670.9800.42
HSL259.03º96.03%29.61%-
HSV(B)259.03º97.97%58.04%-
XYZ6.642.8628.22-
YUV33.28192.74139.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 148 (58.20% from 255) = 74%
R=24.5%
G=1.5%
B=74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4931480.670.9800.42259.0396.0329.61
Hex31394436202A103601e
Octal61322410314205240314036
Binary1100011110010100100001111000100101010100000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310394; }

 p { color: rgb(49,3,148); }

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

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

 a { background-color: rgb(49,3,148); }

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

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

 span { border-color: rgb(49,3,148); }

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