Html Css Color HEX #313071 Deep Koamaru

📋 copy color: '#313071'

red 49 ◦ green 48 ◦ blue 113

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

Shades of Deep Koamaru #313071

Tints of Deep Koamaru #313071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 23.33%
G = 22.86%
B = 53.81%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313071 (or 0x313071) is known color: Deep Koamaru. HEX triplet: 31, 30 and 71. RGB value is (49,48,113). Sum of RGB (Red+Green+Blue) = 49+48+113=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #313071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313071 is #CECF8E. Grayscale: #373737. Windows color (decimal): -13553551 or 7417905. OLE color: 7417905.

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

Color convert

RGB 49 48 113 -
CMYK 0.57 0.58 0 0.56
HSL 240.92º 0.4% 0.32% -
HSV(B) 240.92º 0.58% 0.44% -
XYZ 5.3 3.96 16.11 -
YUV 55.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 49 48 113 0.57 0.58 0 0.56 240.92 0.4 0.32
Hex 31 30 71 39 3A 0 38 F1 28 20
Octal 61 60 161 71 72 0 70 361 50 40
Binary 110001 110000 1110001 111001 111010 0 111000 11110001 101000 100000

Color Harmonies of #313071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313071

Black with #313071

Text Example


Text Example

White with #313071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313071; }

 p { color: rgb(49,48,113); }

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

background-color css

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

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

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

border-color css

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

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

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