Html Css Color HEX #31315F Deep Koamaru

📋 copy color: '#31315F'

red 49 ◦ green 49 ◦ blue 95

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

Shades of Deep Koamaru #31315F

Tints of Deep Koamaru #31315F

RGB

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

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

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

R = 25.39%
G = 25.39%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31315F (or 0x31315F) is known color: Deep Koamaru. HEX triplet: 31, 31 and 5F. RGB value is (49,49,95). Sum of RGB (Red+Green+Blue) = 49+49+95=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #31315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315F is #CECEA0. Grayscale: #363636. Windows color (decimal): -13553313 or 6238513. OLE color: 6238513.

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

Color convert

RGB 49 49 95 -
CMYK 0.48 0.48 0 0.63
HSL 240º 0.32% 0.28% -
HSV(B) 240º 0.48% 0.37% -
XYZ 4.43 3.68 11.3 -
YUV 54.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 49 49 95 0.48 0.48 0 0.63 240 0.32 0.28
Hex 31 31 5F 30 30 0 3F F0 20 1C
Octal 61 61 137 60 60 0 77 360 40 34
Binary 110001 110001 1011111 110000 110000 0 111111 11110000 100000 11100

Color Harmonies of #31315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31315F

Black with #31315F

Text Example


Text Example

White with #31315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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