Html Css Color HEX #313162 Deep Koamaru

📋 copy color: '#313162'

red 49 ◦ green 49 ◦ blue 98

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

Shades of Deep Koamaru #313162

Tints of Deep Koamaru #313162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313162 (or 0x313162) is known color: Deep Koamaru. HEX triplet: 31, 31 and 62. RGB value is (49,49,98). Sum of RGB (Red+Green+Blue) = 49+49+98=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #313162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313162 is #CECE9D. Grayscale: #363636. Windows color (decimal): -13553310 or 6435121. OLE color: 6435121.

HSL color Cylindrical-coordinate representation of color #313162: 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.5%. Process color model (Four color, CMYK) of #313162 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 49 98 -
CMYK 0.5 0.5 0 0.62
HSL 240º 0.33% 0.29% -
HSV(B) 240º 0.5% 0.38% -
XYZ 4.57 3.73 12.03 -
YUV 54.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 49 49 98 0.5 0.5 0 0.62 240 0.33 0.29
Hex 31 31 62 32 32 0 3E F0 21 1D
Octal 61 61 142 62 62 0 76 360 41 35
Binary 110001 110001 1100010 110010 110010 0 111110 11110000 100001 11101

Color Harmonies of #313162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313162

Black with #313162

Text Example


Text Example

White with #313162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313162; }

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

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

background-color css

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

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

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

border-color css

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

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

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