Html Css Color HEX #312786 Persian Indigo

📋 copy color: '#312786'

red 49 ◦ green 39 ◦ blue 134

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

Shades of Persian Indigo #312786

Tints of Persian Indigo #312786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 22.07%
G = 17.57%
B = 60.36%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312786 (or 0x312786) is known color: Persian Indigo. HEX triplet: 31, 27 and 86. RGB value is (49,39,134). Sum of RGB (Red+Green+Blue) = 49+39+134=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #312786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312786 is #CED879. Grayscale: #343434. Windows color (decimal): -13555834 or 8791857. OLE color: 8791857.

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

Color convert

RGB 49 39 134 -
CMYK 0.63 0.71 0 0.47
HSL 246.32º 0.55% 0.34% -
HSV(B) 246.32º 0.71% 0.53% -
XYZ 6.3 3.83 22.96 -
YUV 52.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 49 39 134 0.63 0.71 0 0.47 246.32 0.55 0.34
Hex 31 27 86 3F 47 0 2F F6 37 22
Octal 61 47 206 77 107 0 57 366 67 42
Binary 110001 100111 10000110 111111 1000111 0 101111 11110110 110111 100010

Color Harmonies of #312786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312786

Black with #312786

Text Example


Text Example

White with #312786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312786; }

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

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

background-color css

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

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

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

border-color css

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

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

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