Html Css Color HEX #31316D Deep Koamaru

📋 copy color: '#31316D'

red 49 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #31316D

Tints of Deep Koamaru #31316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 23.67%
G = 23.67%
B = 52.66%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31316D (or 0x31316D) is known color: Deep Koamaru. HEX triplet: 31, 31 and 6D. RGB value is (49,49,109). Sum of RGB (Red+Green+Blue) = 49+49+109=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #31316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31316D is #CECE92. Grayscale: #373737. Windows color (decimal): -13553299 or 7156017. OLE color: 7156017.

HSL color Cylindrical-coordinate representation of color #31316D: hue angle of 240º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31316D is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 49 109 -
CMYK 0.55 0.55 0 0.57
HSL 240º 0.38% 0.31% -
HSV(B) 240º 0.55% 0.43% -
XYZ 5.13 3.95 14.96 -
YUV 55.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 49 49 109 0.55 0.55 0 0.57 240 0.38 0.31
Hex 31 31 6D 37 37 0 39 F0 26 1F
Octal 61 61 155 67 67 0 71 360 46 37
Binary 110001 110001 1101101 110111 110111 0 111001 11110000 100110 11111

Color Harmonies of #31316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31316D

Black with #31316D

Text Example


Text Example

White with #31316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31316D; }

 p { color: rgb(49,49,109); }

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

background-color css

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

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

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

border-color css

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

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

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