Html Css Color HEX #31277A Deep Koamaru

📋 copy color: '#31277A'

red 49 ◦ green 39 ◦ blue 122

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

Shades of Deep Koamaru #31277A

Tints of Deep Koamaru #31277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 23.33%
G = 18.57%
B = 58.1%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31277A (or 0x31277A) is known color: Deep Koamaru. HEX triplet: 31, 27 and 7A. RGB value is (49,39,122). Sum of RGB (Red+Green+Blue) = 49+39+122=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #31277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31277A is #CED885. Grayscale: #333333. Windows color (decimal): -13555846 or 8005425. OLE color: 8005425.

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

Color convert

RGB 49 39 122 -
CMYK 0.60 0.68 0 0.52
HSL 247.23º 0.52% 0.32% -
HSV(B) 247.23º 0.68% 0.48% -
XYZ 5.5 3.51 18.8 -
YUV 51.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 49 39 122 0.60 0.68 0 0.52 247.23 0.52 0.32
Hex 31 27 7A 3C 44 0 34 F7 34 20
Octal 61 47 172 74 104 0 64 367 64 40
Binary 110001 100111 1111010 111100 1000100 0 110100 11110111 110100 100000

Color Harmonies of #31277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31277A

Black with #31277A

Text Example


Text Example

White with #31277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31277A; }

 p { color: rgb(49,39,122); }

 H1.HeaderClassName
 {
   color: #31277A;
 }
 .AnyTagClassName
 {
   color: #31277A;
 }
</style>

background-color css

<style>
 a { background-color: #31277A; }

 a { background-color: rgb(49,39,122); }

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

border-color css

<style>
 span { border-color: #31277A; }

 span { border-color: rgb(49,39,122); }

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