#31277A

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

Shades of Deep Koamaru #31277A

Tints of Deep Koamaru #31277A

Color information

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

RGB4939122-
CMYK0.600.6800.52
HSL247.23º51.55%31.57%-
HSV(B)247.23º68.03%47.84%-
XYZ5.53.5118.8-
YUV51.45167.81126.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=23.33%
G=18.57%
B=58.10%

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
Decimal49391220.600.6800.52247.2351.5531.57
Hex31277A3C44034f73420
Octal6147172741040643676440
Binary11000110011111110101111001000100011010011110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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