Html Css Color HEX #313061 Deep Koamaru

📋 copy color: '#313061'

red 49 ◦ green 48 ◦ blue 97

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

Shades of Deep Koamaru #313061

Tints of Deep Koamaru #313061

RGB

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

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

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

R = 25.26%
G = 24.74%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313061 (or 0x313061) is known color: Deep Koamaru. HEX triplet: 31, 30 and 61. RGB value is (49,48,97). Sum of RGB (Red+Green+Blue) = 49+48+97=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #313061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313061 is #CECF9E. Grayscale: #353535. Windows color (decimal): -13553567 or 6369329. OLE color: 6369329.

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

Color convert

RGB 49 48 97 -
CMYK 0.49 0.51 0 0.62
HSL 241.22º 0.34% 0.28% -
HSV(B) 241.22º 0.51% 0.38% -
XYZ 4.48 3.63 11.77 -
YUV 53.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 49 48 97 0.49 0.51 0 0.62 241.22 0.34 0.28
Hex 31 30 61 31 33 0 3E F1 22 1C
Octal 61 60 141 61 63 0 76 361 42 34
Binary 110001 110000 1100001 110001 110011 0 111110 11110001 100010 11100

Color Harmonies of #313061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313061

Black with #313061

Text Example


Text Example

White with #313061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313061; }

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

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

background-color css

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

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

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

border-color css

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

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

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