Html Css Color HEX #312879 Deep Koamaru

📋 copy color: '#312879'

red 49 ◦ green 40 ◦ blue 121

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

Shades of Deep Koamaru #312879

Tints of Deep Koamaru #312879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 23.33%
G = 19.05%
B = 57.62%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312879 (or 0x312879) is known color: Deep Koamaru. HEX triplet: 31, 28 and 79. RGB value is (49,40,121). Sum of RGB (Red+Green+Blue) = 49+40+121=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #312879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312879 is #CED786. Grayscale: #333333. Windows color (decimal): -13555591 or 7940145. OLE color: 7940145.

HSL color Cylindrical-coordinate representation of color #312879: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312879 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 40 121 -
CMYK 0.60 0.67 0 0.53
HSL 246.67º 0.5% 0.32% -
HSV(B) 246.67º 0.67% 0.47% -
XYZ 5.48 3.55 18.49 -
YUV 51.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 49 40 121 0.60 0.67 0 0.53 246.67 0.5 0.32
Hex 31 28 79 3C 43 0 35 F7 32 20
Octal 61 50 171 74 103 0 65 367 62 40
Binary 110001 101000 1111001 111100 1000011 0 110101 11110111 110010 100000

Color Harmonies of #312879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312879

Black with #312879

Text Example


Text Example

White with #312879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312879; }

 p { color: rgb(49,40,121); }

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

background-color css

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

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

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

border-color css

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

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

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