Html Css Color HEX #31277B Deep Koamaru

📋 copy color: '#31277B'

red 49 ◦ green 39 ◦ blue 123

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

Shades of Deep Koamaru #31277B

Tints of Deep Koamaru #31277B

RGB

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

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

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

R = 23.22%
G = 18.48%
B = 58.29%

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

#31277B (or 0x31277B) is known color: Deep Koamaru. HEX triplet: 31, 27 and 7B. RGB value is (49,39,123). Sum of RGB (Red+Green+Blue) = 49+39+123=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #31277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31277B is #CED884. Grayscale: #333333. Windows color (decimal): -13555845 or 8070961. OLE color: 8070961.

HSL color Cylindrical-coordinate representation of color #31277B: hue angle of 247.14º 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 #31277B is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 39 123 -
CMYK 0.60 0.68 0 0.52
HSL 247.14º 0.52% 0.32% -
HSV(B) 247.14º 0.68% 0.48% -
XYZ 5.57 3.53 19.13 -
YUV 51.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 49 39 123 0.60 0.68 0 0.52 247.14 0.52 0.32
Hex 31 27 7B 3C 44 0 34 F7 34 20
Octal 61 47 173 74 104 0 64 367 64 40
Binary 110001 100111 1111011 111100 1000100 0 110100 11110111 110100 100000

Color Harmonies of #31277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31277B

Black with #31277B

Text Example


Text Example

White with #31277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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