Html Css Color HEX #310486 Persian Indigo

📋 copy color: '#310486'

red 49 ◦ green 4 ◦ blue 134

#310486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #310486

Tints of Persian Indigo #310486

RGB

 RED value IS 49 (19.53% from 255) = 26.2%

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 134 (52.73% from 255) = 71.66%

R = 26.2%
G = 2.14%
B = 71.66%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310486 (or 0x310486) is known color: Persian Indigo. HEX triplet: 31, 04 and 86. RGB value is (49,4,134). Sum of RGB (Red+Green+Blue) = 49+4+134=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #310486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310486 is #CEFB79. Grayscale: #1F1F1F. Windows color (decimal): -13564794 or 8782897. OLE color: 8782897.

HSL color Cylindrical-coordinate representation of color #310486: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310486 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 4 134 -
CMYK 0.63 0.97 0 0.47
HSL 260.77º 0.94% 0.27% -
HSV(B) 260.77º 0.97% 0.53% -
XYZ 5.61 2.46 22.73 -
YUV 32.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 49 4 134 0.63 0.97 0 0.47 260.77 0.94 0.27
Hex 31 4 86 3F 61 0 2F 105 5E 1B
Octal 61 4 206 77 141 0 57 405 136 33
Binary 110001 100 10000110 111111 1100001 0 101111 100000101 1011110 11011

Color Harmonies of #310486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310486

Black with #310486

Text Example


Text Example

White with #310486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310486; }

 p { color: rgb(49,4,134); }

 H1.HeaderClassName
 {
   color: #310486;
 }
 .AnyTagClassName
 {
   color: #310486;
 }
</style>

background-color css

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

 a { background-color: rgb(49,4,134); }

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

border-color css

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

 span { border-color: rgb(49,4,134); }

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