Html Css Color HEX #31297E Deep Koamaru

📋 copy color: '#31297E'

red 49 ◦ green 41 ◦ blue 126

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

Shades of Deep Koamaru #31297E

Tints of Deep Koamaru #31297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.33%

R = 22.69%
G = 18.98%
B = 58.33%

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

#31297E (or 0x31297E) is known color: Deep Koamaru. HEX triplet: 31, 29 and 7E. RGB value is (49,41,126). Sum of RGB (Red+Green+Blue) = 49+41+126=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #31297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31297E is #CED681. Grayscale: #343434. Windows color (decimal): -13555330 or 8268081. OLE color: 8268081.

HSL color Cylindrical-coordinate representation of color #31297E: hue angle of 245.65º 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 #31297E is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 41 126 -
CMYK 0.61 0.67 0 0.51
HSL 245.65º 0.51% 0.33% -
HSV(B) 245.65º 0.67% 0.49% -
XYZ 5.83 3.75 20.15 -
YUV 53.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 49 41 126 0.61 0.67 0 0.51 245.65 0.51 0.33
Hex 31 29 7E 3D 43 0 33 F6 33 21
Octal 61 51 176 75 103 0 63 366 63 41
Binary 110001 101001 1111110 111101 1000011 0 110011 11110110 110011 100001

Color Harmonies of #31297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31297E

Black with #31297E

Text Example


Text Example

White with #31297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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