#310185

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

Shades of Persian Indigo #310185

Tints of Persian Indigo #310185

Color information

#310185 (or 0x310185) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 85. RGB value is (49,1,133). Sum of RGB (Red+Green+Blue) = 49+1+133=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #310185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310185 is #CEFE7A. Grayscale: #1D1D1D. Windows color (decimal): -13565563 or 8716593. OLE color: 8716593.

HSL color Cylindrical-coordinate representation of color #310185: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310185 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB491133-
CMYK0.630.9900.48
HSL261.82º98.51%26.27%-
HSV(B)261.82º99.25%52.16%-
XYZ5.512.3722.36-
YUV30.4185.9141.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=26.78%
G=0.55%
B=72.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4911330.630.9900.48261.8298.5126.27
Hex311853F63030106631a
Octal6112057714306040614332
Binary11000111000010111111111000110110000100000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310185; }

 p { color: rgb(49,1,133); }

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

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

 a { background-color: rgb(49,1,133); }

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

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

 span { border-color: rgb(49,1,133); }

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