Html Css Color HEX #312B71 Deep Koamaru

📋 copy color: '#312B71'

red 49 ◦ green 43 ◦ blue 113

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

Shades of Deep Koamaru #312B71

Tints of Deep Koamaru #312B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

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

R = 23.9%
G = 20.98%
B = 55.12%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312B71 (or 0x312B71) is known color: Deep Koamaru. HEX triplet: 31, 2B and 71. RGB value is (49,43,113). Sum of RGB (Red+Green+Blue) = 49+43+113=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #312B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B71 is #CED48E. Grayscale: #343434. Windows color (decimal): -13554831 or 7416625. OLE color: 7416625.

HSL color Cylindrical-coordinate representation of color #312B71: hue angle of 245.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312B71 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 43 113 -
CMYK 0.57 0.62 0 0.56
HSL 245.14º 0.45% 0.31% -
HSV(B) 245.14º 0.62% 0.44% -
XYZ 5.11 3.57 16.04 -
YUV 52.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 49 43 113 0.57 0.62 0 0.56 245.14 0.45 0.31
Hex 31 2B 71 39 3E 0 38 F5 2D 1F
Octal 61 53 161 71 76 0 70 365 55 37
Binary 110001 101011 1110001 111001 111110 0 111000 11110101 101101 11111

Color Harmonies of #312B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B71

Black with #312B71

Text Example


Text Example

White with #312B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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