Html Css Color HEX #31325E Deep Koamaru

📋 copy color: '#31325E'

red 49 ◦ green 50 ◦ blue 94

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

Shades of Deep Koamaru #31325E

Tints of Deep Koamaru #31325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 25.39%
G = 25.91%
B = 48.7%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31325E (or 0x31325E) is known color: Deep Koamaru. HEX triplet: 31, 32 and 5E. RGB value is (49,50,94). Sum of RGB (Red+Green+Blue) = 49+50+94=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #31325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325E is #CECDA1. Grayscale: #363636. Windows color (decimal): -13553058 or 6173233. OLE color: 6173233.

HSL color Cylindrical-coordinate representation of color #31325E: hue angle of 238.67º degrees, saturation: 0.31, 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 #31325E is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 50 94 -
CMYK 0.48 0.47 0 0.63
HSL 238.67º 0.31% 0.28% -
HSV(B) 238.67º 0.48% 0.37% -
XYZ 4.43 3.74 11.08 -
YUV 54.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 49 50 94 0.48 0.47 0 0.63 238.67 0.31 0.28
Hex 31 32 5E 30 2F 0 3F EF 1F 1C
Octal 61 62 136 60 57 0 77 357 37 34
Binary 110001 110010 1011110 110000 101111 0 111111 11101111 11111 11100

Color Harmonies of #31325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31325E

Black with #31325E

Text Example


Text Example

White with #31325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31325E; }

 p { color: rgb(49,50,94); }

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

background-color css

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

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

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

border-color css

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

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

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