#310090

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

Shades of Persian Indigo #310090

Tints of Persian Indigo #310090

Color information

#310090 (or 0x310090) is unknown color: approx Persian Indigo. HEX triplet: 31, 00 and 90. RGB value is (49,0,144). Sum of RGB (Red+Green+Blue) = 49+0+144=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #310090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310090 is #CEFF6F. Grayscale: #1E1E1E. Windows color (decimal): -13565808 or 9437233. OLE color: 9437233.

HSL color Cylindrical-coordinate representation of color #310090: hue angle of 260.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310090 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB490144-
CMYK0.66100.44
HSL260.42º100%28.24%-
HSV(B)260.42º100%56.47%-
XYZ6.32.6726.57-
YUV31.07191.73140.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 74.61%
R=25.39%
G=0%
B=74.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4901440.66100.44260.4210028.24
Hex31090426402C104641c
Octal61022010214405440414434
Binary110001010010000100001011001000101100100000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310090; }

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

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

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

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

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

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

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

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