Html Css Color HEX #312A92 Dark Slate Blue

📋 copy color: '#312A92'

red 49 ◦ green 42 ◦ blue 146

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

Shades of Dark Slate Blue #312A92

Tints of Dark Slate Blue #312A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 20.68%
G = 17.72%
B = 61.6%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312A92 (or 0x312A92) is known color: Dark Slate Blue. HEX triplet: 31, 2A and 92. RGB value is (49,42,146). Sum of RGB (Red+Green+Blue) = 49+42+146=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #312A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A92 is #CED56D. Grayscale: #373737. Windows color (decimal): -13555054 or 9579057. OLE color: 9579057.

HSL color Cylindrical-coordinate representation of color #312A92: hue angle of 244.04º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312A92 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 42 146 -
CMYK 0.66 0.71 0 0.43
HSL 244.04º 0.55% 0.37% -
HSV(B) 244.04º 0.71% 0.57% -
XYZ 7.28 4.38 27.66 -
YUV 55.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 49 42 146 0.66 0.71 0 0.43 244.04 0.55 0.37
Hex 31 2A 92 42 47 0 2B F4 37 25
Octal 61 52 222 102 107 0 53 364 67 45
Binary 110001 101010 10010010 1000010 1000111 0 101011 11110100 110111 100101

Color Harmonies of #312A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A92

Black with #312A92

Text Example


Text Example

White with #312A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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