Html Css Color HEX #312F5F Deep Koamaru

📋 copy color: '#312F5F'

red 49 ◦ green 47 ◦ blue 95

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

Shades of Deep Koamaru #312F5F

Tints of Deep Koamaru #312F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 25.65%
G = 24.61%
B = 49.74%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#312F5F (or 0x312F5F) is known color: Deep Koamaru. HEX triplet: 31, 2F and 5F. RGB value is (49,47,95). Sum of RGB (Red+Green+Blue) = 49+47+95=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #312F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F5F is #CED0A0. Grayscale: #343434. Windows color (decimal): -13553825 or 6238001. OLE color: 6238001.

HSL color Cylindrical-coordinate representation of color #312F5F: hue angle of 242.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312F5F is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 47 95 -
CMYK 0.48 0.51 0 0.63
HSL 242.5º 0.34% 0.28% -
HSV(B) 242.5º 0.51% 0.37% -
XYZ 4.35 3.51 11.28 -
YUV 53.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 49 47 95 0.48 0.51 0 0.63 242.5 0.34 0.28
Hex 31 2F 5F 30 33 0 3F F2 22 1C
Octal 61 57 137 60 63 0 77 362 42 34
Binary 110001 101111 1011111 110000 110011 0 111111 11110010 100010 11100

Color Harmonies of #312F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F5F

Black with #312F5F

Text Example


Text Example

White with #312F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,47,95); }

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

background-color css

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

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

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

border-color css

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

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

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