#292871

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

Shades of Deep Koamaru #292871

Tints of Deep Koamaru #292871

Color information

#292871 (or 0x292871) is unknown color: approx Deep Koamaru. HEX triplet: 29, 28 and 71. RGB value is (41,40,113). Sum of RGB (Red+Green+Blue) = 41+40+113=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #292871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292871 is #D6D78E. Grayscale: #303030. Windows color (decimal): -14079887 or 7415849. OLE color: 7415849.

HSL color Cylindrical-coordinate representation of color #292871: hue angle of 240.82º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292871 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4140113-
CMYK0.640.6500.56
HSL240.82º47.71%30%-
HSV(B)240.82º64.6%44.31%-
XYZ4.653.1815.99-
YUV48.62164.33122.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=21.13%
G=20.62%
B=58.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41401130.640.6500.56240.8247.7130
Hex2928714041038f1301e
Octal51501611001010703616036
Binary10100110100011100011000000100000101110001111000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292871; }

 p { color: rgb(41,40,113); }

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

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

 a { background-color: rgb(41,40,113); }

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

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

 span { border-color: rgb(41,40,113); }

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