#31287A

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

Shades of Deep Koamaru #31287A

Tints of Deep Koamaru #31287A

Color information

#31287A (or 0x31287A) is unknown color: approx Deep Koamaru. HEX triplet: 31, 28 and 7A. RGB value is (49,40,122). Sum of RGB (Red+Green+Blue) = 49+40+122=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #31287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31287A is #CED785. Grayscale: #333333. Windows color (decimal): -13555590 or 8005681. OLE color: 8005681.

HSL color Cylindrical-coordinate representation of color #31287A: hue angle of 246.59º degrees, saturation: 0.51, 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 #31287A is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4940122-
CMYK0.600.6700.52
HSL246.59º50.62%31.76%-
HSV(B)246.59º67.21%47.84%-
XYZ5.543.5818.81-
YUV52.04167.48125.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=23.22%
G=18.96%
B=57.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49401220.600.6700.52246.5950.6231.76
Hex31287A3C43034f73320
Octal6150172741030643676340
Binary11000110100011110101111001000011011010011110111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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