Html Css Color HEX #312975 Deep Koamaru

📋 copy color: '#312975'

red 49 ◦ green 41 ◦ blue 117

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

Shades of Deep Koamaru #312975

Tints of Deep Koamaru #312975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 23.67%
G = 19.81%
B = 56.52%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312975 (or 0x312975) is known color: Deep Koamaru. HEX triplet: 31, 29 and 75. RGB value is (49,41,117). Sum of RGB (Red+Green+Blue) = 49+41+117=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #312975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312975 is #CED68A. Grayscale: #333333. Windows color (decimal): -13555339 or 7678257. OLE color: 7678257.

HSL color Cylindrical-coordinate representation of color #312975: hue angle of 246.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312975 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 41 117 -
CMYK 0.58 0.65 0 0.54
HSL 246.32º 0.48% 0.31% -
HSV(B) 246.32º 0.65% 0.46% -
XYZ 5.27 3.52 17.23 -
YUV 52.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 49 41 117 0.58 0.65 0 0.54 246.32 0.48 0.31
Hex 31 29 75 3A 41 0 36 F6 30 1F
Octal 61 51 165 72 101 0 66 366 60 37
Binary 110001 101001 1110101 111010 1000001 0 110110 11110110 110000 11111

Color Harmonies of #312975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312975

Black with #312975

Text Example


Text Example

White with #312975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312975; }

 p { color: rgb(49,41,117); }

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

background-color css

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

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

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

border-color css

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

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

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