Html Css Color HEX #31315D Deep Koamaru

📋 copy color: '#31315D'

red 49 ◦ green 49 ◦ blue 93

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

Shades of Deep Koamaru #31315D

Tints of Deep Koamaru #31315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 25.65%
G = 25.65%
B = 48.69%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31315D (or 0x31315D) is known color: Deep Koamaru. HEX triplet: 31, 31 and 5D. RGB value is (49,49,93). Sum of RGB (Red+Green+Blue) = 49+49+93=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #31315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315D is #CECEA2. Grayscale: #353535. Windows color (decimal): -13553315 or 6107441. OLE color: 6107441.

HSL color Cylindrical-coordinate representation of color #31315D: hue angle of 240º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31315D is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 49 93 -
CMYK 0.47 0.47 0 0.64
HSL 240º 0.31% 0.28% -
HSV(B) 240º 0.47% 0.36% -
XYZ 4.34 3.64 10.83 -
YUV 54.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 49 49 93 0.47 0.47 0 0.64 240 0.31 0.28
Hex 31 31 5D 2F 2F 0 40 F0 1F 1C
Octal 61 61 135 57 57 0 100 360 37 34
Binary 110001 110001 1011101 101111 101111 0 1000000 11110000 11111 11100

Color Harmonies of #31315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31315D

Black with #31315D

Text Example


Text Example

White with #31315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31315D; }

 p { color: rgb(49,49,93); }

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

background-color css

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

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

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

border-color css

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

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

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