Html Css Color HEX #31297B Deep Koamaru

📋 copy color: '#31297B'

red 49 ◦ green 41 ◦ blue 123

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

Shades of Deep Koamaru #31297B

Tints of Deep Koamaru #31297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.75%

R = 23%
G = 19.25%
B = 57.75%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31297B (or 0x31297B) is known color: Deep Koamaru. HEX triplet: 31, 29 and 7B. RGB value is (49,41,123). Sum of RGB (Red+Green+Blue) = 49+41+123=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #31297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31297B is #CED684. Grayscale: #343434. Windows color (decimal): -13555333 or 8071473. OLE color: 8071473.

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

Color convert

RGB 49 41 123 -
CMYK 0.60 0.67 0 0.52
HSL 245.85º 0.5% 0.32% -
HSV(B) 245.85º 0.67% 0.48% -
XYZ 5.63 3.67 19.15 -
YUV 52.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 49 41 123 0.60 0.67 0 0.52 245.85 0.5 0.32
Hex 31 29 7B 3C 43 0 34 F6 32 20
Octal 61 51 173 74 103 0 64 366 62 40
Binary 110001 101001 1111011 111100 1000011 0 110100 11110110 110010 100000

Color Harmonies of #31297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31297B

Black with #31297B

Text Example


Text Example

White with #31297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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