Html Css Color HEX #313075 Deep Koamaru

📋 copy color: '#313075'

red 49 ◦ green 48 ◦ blue 117

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

Shades of Deep Koamaru #313075

Tints of Deep Koamaru #313075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 22.9%
G = 22.43%
B = 54.67%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313075 (or 0x313075) is known color: Deep Koamaru. HEX triplet: 31, 30 and 75. RGB value is (49,48,117). Sum of RGB (Red+Green+Blue) = 49+48+117=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #313075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313075 is #CECF8A. Grayscale: #373737. Windows color (decimal): -13553547 or 7680049. OLE color: 7680049.

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

Color convert

RGB 49 48 117 -
CMYK 0.58 0.59 0 0.54
HSL 240.87º 0.42% 0.32% -
HSV(B) 240.87º 0.59% 0.46% -
XYZ 5.53 4.05 17.32 -
YUV 56.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 49 48 117 0.58 0.59 0 0.54 240.87 0.42 0.32
Hex 31 30 75 3A 3B 0 36 F1 2A 20
Octal 61 60 165 72 73 0 66 361 52 40
Binary 110001 110000 1110101 111010 111011 0 110110 11110001 101010 100000

Color Harmonies of #313075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313075

Black with #313075

Text Example


Text Example

White with #313075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313075; }

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

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

background-color css

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

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

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

border-color css

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

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

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