#312879

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

Shades of Deep Koamaru #312879

Tints of Deep Koamaru #312879

Color information

#312879 (or 0x312879) is unknown color: approx Deep Koamaru. HEX triplet: 31, 28 and 79. RGB value is (49,40,121). Sum of RGB (Red+Green+Blue) = 49+40+121=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #312879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312879 is #CED786. Grayscale: #333333. Windows color (decimal): -13555591 or 7940145. OLE color: 7940145.

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

Color convert

RGB4940121-
CMYK0.600.6700.53
HSL246.67º50.31%31.57%-
HSV(B)246.67º66.94%47.45%-
XYZ5.483.5518.49-
YUV51.92166.98125.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=23.33%
G=19.05%
B=57.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49401210.600.6700.53246.6750.3131.57
Hex3128793C43035f73220
Octal6150171741030653676240
Binary11000110100011110011111001000011011010111110111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312879; }

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

 H1.HeaderClassName
 {
   color: #312879;
 }
 .AnyTagClassName
 {
   color: #312879;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #312879;
 }
 .BgClassName
 {
   background-color: #312879;
 }
</style>
border-color css

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

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

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