Html Css Color HEX #313170 Deep Koamaru

📋 copy color: '#313170'

red 49 ◦ green 49 ◦ blue 112

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

Shades of Deep Koamaru #313170

Tints of Deep Koamaru #313170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 23.33%
G = 23.33%
B = 53.33%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313170 (or 0x313170) is known color: Deep Koamaru. HEX triplet: 31, 31 and 70. RGB value is (49,49,112). Sum of RGB (Red+Green+Blue) = 49+49+112=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #313170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313170 is #CECE8F. Grayscale: #373737. Windows color (decimal): -13553296 or 7352625. OLE color: 7352625.

HSL color Cylindrical-coordinate representation of color #313170: hue angle of 240º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313170 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 49 112 -
CMYK 0.56 0.56 0 0.56
HSL 240º 0.39% 0.32% -
HSV(B) 240º 0.56% 0.44% -
XYZ 5.29 4.02 15.83 -
YUV 56.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 49 49 112 0.56 0.56 0 0.56 240 0.39 0.32
Hex 31 31 70 38 38 0 38 F0 27 20
Octal 61 61 160 70 70 0 70 360 47 40
Binary 110001 110001 1110000 111000 111000 0 111000 11110000 100111 100000

Color Harmonies of #313170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313170

Black with #313170

Text Example


Text Example

White with #313170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313170; }

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

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

background-color css

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

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

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

border-color css

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

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

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