Html Css Color HEX #31287D Deep Koamaru

📋 copy color: '#31287D'

red 49 ◦ green 40 ◦ blue 125

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

Shades of Deep Koamaru #31287D

Tints of Deep Koamaru #31287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 22.9%
G = 18.69%
B = 58.41%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31287D (or 0x31287D) is known color: Deep Koamaru. HEX triplet: 31, 28 and 7D. RGB value is (49,40,125). Sum of RGB (Red+Green+Blue) = 49+40+125=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #31287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31287D is #CED782. Grayscale: #343434. Windows color (decimal): -13555587 or 8202289. OLE color: 8202289.

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

Color convert

RGB 49 40 125 -
CMYK 0.61 0.68 0 0.51
HSL 246.35º 0.52% 0.32% -
HSV(B) 246.35º 0.68% 0.49% -
XYZ 5.73 3.65 19.8 -
YUV 52.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 49 40 125 0.61 0.68 0 0.51 246.35 0.52 0.32
Hex 31 28 7D 3D 44 0 33 F6 34 20
Octal 61 50 175 75 104 0 63 366 64 40
Binary 110001 101000 1111101 111101 1000100 0 110011 11110110 110100 100000

Color Harmonies of #31287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31287D

Black with #31287D

Text Example


Text Example

White with #31287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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