Html Css Color HEX #310386 Persian Indigo

📋 copy color: '#310386'

red 49 ◦ green 3 ◦ blue 134

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

Shades of Persian Indigo #310386

Tints of Persian Indigo #310386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 26.34%
G = 1.61%
B = 72.04%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310386 (or 0x310386) is known color: Persian Indigo. HEX triplet: 31, 03 and 86. RGB value is (49,3,134). Sum of RGB (Red+Green+Blue) = 49+3+134=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #310386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310386 is #CEFC79. Grayscale: #1F1F1F. Windows color (decimal): -13565050 or 8782641. OLE color: 8782641.

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

Color convert

RGB 49 3 134 -
CMYK 0.63 0.98 0 0.47
HSL 261.07º 0.96% 0.27% -
HSV(B) 261.07º 0.98% 0.53% -
XYZ 5.6 2.44 22.73 -
YUV 31.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 49 3 134 0.63 0.98 0 0.47 261.07 0.96 0.27
Hex 31 3 86 3F 62 0 2F 105 60 1B
Octal 61 3 206 77 142 0 57 405 140 33
Binary 110001 11 10000110 111111 1100010 0 101111 100000101 1100000 11011

Color Harmonies of #310386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310386

Black with #310386

Text Example


Text Example

White with #310386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310386; }

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

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

background-color css

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

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

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

border-color css

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

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

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