Html Css Color HEX #312086 Persian Indigo

📋 copy color: '#312086'

red 49 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #312086

Tints of Persian Indigo #312086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 22.79%
G = 14.88%
B = 62.33%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312086 (or 0x312086) is known color: Persian Indigo. HEX triplet: 31, 20 and 86. RGB value is (49,32,134). Sum of RGB (Red+Green+Blue) = 49+32+134=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #312086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312086 is #CEDF79. Grayscale: #303030. Windows color (decimal): -13557626 or 8790065. OLE color: 8790065.

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

Color convert

RGB 49 32 134 -
CMYK 0.63 0.76 0 0.47
HSL 250º 0.61% 0.33% -
HSV(B) 250º 0.76% 0.53% -
XYZ 6.09 3.41 22.89 -
YUV 48.71 176.13 128.21 -
System Red Green Blue C M Y K H S L
Decimal 49 32 134 0.63 0.76 0 0.47 250 0.61 0.33
Hex 31 20 86 3F 4C 0 2F FA 3D 21
Octal 61 40 206 77 114 0 57 372 75 41
Binary 110001 100000 10000110 111111 1001100 0 101111 11111010 111101 100001

Color Harmonies of #312086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312086

Black with #312086

Text Example


Text Example

White with #312086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312086; }

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

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

background-color css

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

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

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

border-color css

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

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

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