Html Css Color HEX #31297C Deep Koamaru

📋 copy color: '#31297C'

red 49 ◦ green 41 ◦ blue 124

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

Shades of Deep Koamaru #31297C

Tints of Deep Koamaru #31297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 22.9%
G = 19.16%
B = 57.94%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31297C (or 0x31297C) is known color: Deep Koamaru. HEX triplet: 31, 29 and 7C. RGB value is (49,41,124). Sum of RGB (Red+Green+Blue) = 49+41+124=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #31297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31297C is #CED683. Grayscale: #343434. Windows color (decimal): -13555332 or 8137009. OLE color: 8137009.

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

Color convert

RGB 49 41 124 -
CMYK 0.60 0.67 0 0.51
HSL 245.78º 0.5% 0.32% -
HSV(B) 245.78º 0.67% 0.49% -
XYZ 5.7 3.69 19.48 -
YUV 52.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 49 41 124 0.60 0.67 0 0.51 245.78 0.5 0.32
Hex 31 29 7C 3C 43 0 33 F6 32 20
Octal 61 51 174 74 103 0 63 366 62 40
Binary 110001 101001 1111100 111100 1000011 0 110011 11110110 110010 100000

Color Harmonies of #31297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31297C

Black with #31297C

Text Example


Text Example

White with #31297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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