Html Css Color HEX #312C99 Dark Slate Blue

📋 copy color: '#312C99'

red 49 ◦ green 44 ◦ blue 153

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

Shades of Dark Slate Blue #312C99

Tints of Dark Slate Blue #312C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 19.92%
G = 17.89%
B = 62.2%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312C99 (or 0x312C99) is known color: Dark Slate Blue. HEX triplet: 31, 2C and 99. RGB value is (49,44,153). Sum of RGB (Red+Green+Blue) = 49+44+153=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #312C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C99 is #CED366. Grayscale: #393939. Windows color (decimal): -13554535 or 10038321. OLE color: 10038321.

HSL color Cylindrical-coordinate representation of color #312C99: hue angle of 242.75º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312C99 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 44 153 -
CMYK 0.68 0.71 0 0.4
HSL 242.75º 0.55% 0.39% -
HSV(B) 242.75º 0.71% 0.6% -
XYZ 7.92 4.75 30.64 -
YUV 57.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 49 44 153 0.68 0.71 0 0.4 242.75 0.55 0.39
Hex 31 2C 99 44 47 0 28 F3 37 27
Octal 61 54 231 104 107 0 50 363 67 47
Binary 110001 101100 10011001 1000100 1000111 0 101000 11110011 110111 100111

Color Harmonies of #312C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C99

Black with #312C99

Text Example


Text Example

White with #312C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,153); }

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

background-color css

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

 a { background-color: rgb(49,44,153); }

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

border-color css

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

 span { border-color: rgb(49,44,153); }

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