Html Css Color HEX #310086 Persian Indigo

📋 copy color: '#310086'

red 49 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #310086

Tints of Persian Indigo #310086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.78%
G = 0%
B = 73.22%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310086 (or 0x310086) is known color: Persian Indigo. HEX triplet: 31, 00 and 86. RGB value is (49,0,134). Sum of RGB (Red+Green+Blue) = 49+0+134=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #310086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310086 is #CEFF79. Grayscale: #1D1D1D. Windows color (decimal): -13565818 or 8781873. OLE color: 8781873.

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

Color convert

RGB 49 0 134 -
CMYK 0.63 1 0 0.47
HSL 261.94º 1% 0.26% -
HSV(B) 261.94º 1% 0.53% -
XYZ 5.57 2.37 22.72 -
YUV 29.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 49 0 134 0.63 1 0 0.47 261.94 1 0.26
Hex 31 0 86 3F 64 0 2F 106 64 1A
Octal 61 0 206 77 144 0 57 406 144 32
Binary 110001 0 10000110 111111 1100100 0 101111 100000110 1100100 11010

Color Harmonies of #310086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310086

Black with #310086

Text Example


Text Example

White with #310086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310086; }

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

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

background-color css

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

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

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

border-color css

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

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

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