Html Css Color HEX #312592 Dark Slate Blue

📋 copy color: '#312592'

red 49 ◦ green 37 ◦ blue 146

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

Shades of Dark Slate Blue #312592

Tints of Dark Slate Blue #312592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 21.12%
G = 15.95%
B = 62.93%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312592 (or 0x312592) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 92. RGB value is (49,37,146). Sum of RGB (Red+Green+Blue) = 49+37+146=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #312592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312592 is #CEDA6D. Grayscale: #343434. Windows color (decimal): -13556334 or 9577777. OLE color: 9577777.

HSL color Cylindrical-coordinate representation of color #312592: hue angle of 246.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312592 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 37 146 -
CMYK 0.66 0.75 0 0.43
HSL 246.61º 0.6% 0.36% -
HSV(B) 246.61º 0.75% 0.57% -
XYZ 7.12 4.05 27.6 -
YUV 53.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 49 37 146 0.66 0.75 0 0.43 246.61 0.6 0.36
Hex 31 25 92 42 4B 0 2B F7 3C 24
Octal 61 45 222 102 113 0 53 367 74 44
Binary 110001 100101 10010010 1000010 1001011 0 101011 11110111 111100 100100

Color Harmonies of #312592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312592

Black with #312592

Text Example


Text Example

White with #312592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312592; }

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

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

background-color css

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

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

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

border-color css

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

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

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