Html Css Color HEX #312A93 Dark Slate Blue

📋 copy color: '#312A93'

red 49 ◦ green 42 ◦ blue 147

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

Shades of Dark Slate Blue #312A93

Tints of Dark Slate Blue #312A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

 BLUE value IS 147 (57.81% from 255) = 61.76%

R = 20.59%
G = 17.65%
B = 61.76%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312A93 (or 0x312A93) is known color: Dark Slate Blue. HEX triplet: 31, 2A and 93. RGB value is (49,42,147). Sum of RGB (Red+Green+Blue) = 49+42+147=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #312A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A93 is #CED56C. Grayscale: #373737. Windows color (decimal): -13555053 or 9644593. OLE color: 9644593.

HSL color Cylindrical-coordinate representation of color #312A93: hue angle of 244º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312A93 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 42 147 -
CMYK 0.67 0.71 0 0.42
HSL 244º 0.56% 0.37% -
HSV(B) 244º 0.71% 0.58% -
XYZ 7.36 4.42 28.07 -
YUV 56.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 49 42 147 0.67 0.71 0 0.42 244 0.56 0.37
Hex 31 2A 93 43 47 0 2A F4 38 25
Octal 61 52 223 103 107 0 52 364 70 45
Binary 110001 101010 10010011 1000011 1000111 0 101010 11110100 111000 100101

Color Harmonies of #312A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A93

Black with #312A93

Text Example


Text Example

White with #312A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312A93; }

 p { color: rgb(49,42,147); }

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

background-color css

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

 a { background-color: rgb(49,42,147); }

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

border-color css

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

 span { border-color: rgb(49,42,147); }

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