Html Css Color HEX #31297D Deep Koamaru

📋 copy color: '#31297D'

red 49 ◦ green 41 ◦ blue 125

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

Shades of Deep Koamaru #31297D

Tints of Deep Koamaru #31297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 22.79%
G = 19.07%
B = 58.14%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31297D (or 0x31297D) is known color: Deep Koamaru. HEX triplet: 31, 29 and 7D. RGB value is (49,41,125). Sum of RGB (Red+Green+Blue) = 49+41+125=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #31297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31297D is #CED682. Grayscale: #343434. Windows color (decimal): -13555331 or 8202545. OLE color: 8202545.

HSL color Cylindrical-coordinate representation of color #31297D: hue angle of 245.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31297D is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 41 125 -
CMYK 0.61 0.67 0 0.51
HSL 245.71º 0.51% 0.33% -
HSV(B) 245.71º 0.67% 0.49% -
XYZ 5.76 3.72 19.82 -
YUV 52.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 49 41 125 0.61 0.67 0 0.51 245.71 0.51 0.33
Hex 31 29 7D 3D 43 0 33 F6 33 21
Octal 61 51 175 75 103 0 63 366 63 41
Binary 110001 101001 1111101 111101 1000011 0 110011 11110110 110011 100001

Color Harmonies of #31297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31297D

Black with #31297D

Text Example


Text Example

White with #31297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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