#31277B

Color #31277B Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #31277B

Tints of Deep Koamaru #31277B

Color information

#31277B (or 0x31277B) is unknown color: approx 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

RGB4939123-
CMYK0.600.6800.52
HSL247.14º51.85%31.76%-
HSV(B)247.14º68.29%48.24%-
XYZ5.573.5319.13-
YUV51.57168.31126.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49391230.600.6800.52247.1451.8531.76
Hex31277B3C44034f73420
Octal6147173741040643676440
Binary11000110011111110111111001000100011010011110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>