Html Css Color HEX #313161 Deep Koamaru

📋 copy color: '#313161'

red 49 ◦ green 49 ◦ blue 97

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

Shades of Deep Koamaru #313161

Tints of Deep Koamaru #313161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 25.13%
G = 25.13%
B = 49.74%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313161 (or 0x313161) is known color: Deep Koamaru. HEX triplet: 31, 31 and 61. RGB value is (49,49,97). Sum of RGB (Red+Green+Blue) = 49+49+97=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #313161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313161 is #CECE9E. Grayscale: #363636. Windows color (decimal): -13553311 or 6369585. OLE color: 6369585.

HSL color Cylindrical-coordinate representation of color #313161: hue angle of 240º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313161 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 49 97 -
CMYK 0.49 0.49 0 0.62
HSL 240º 0.33% 0.29% -
HSV(B) 240º 0.49% 0.38% -
XYZ 4.52 3.71 11.79 -
YUV 54.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 49 49 97 0.49 0.49 0 0.62 240 0.33 0.29
Hex 31 31 61 31 31 0 3E F0 21 1D
Octal 61 61 141 61 61 0 76 360 41 35
Binary 110001 110001 1100001 110001 110001 0 111110 11110000 100001 11101

Color Harmonies of #313161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313161

Black with #313161

Text Example


Text Example

White with #313161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313161; }

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

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

background-color css

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

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

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

border-color css

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

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

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