#292771

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

Shades of Deep Koamaru #292771

Tints of Deep Koamaru #292771

Color information

#292771 (or 0x292771) is unknown color: approx Deep Koamaru. HEX triplet: 29, 27 and 71. RGB value is (41,39,113). Sum of RGB (Red+Green+Blue) = 41+39+113=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #292771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292771 is #D6D88E. Grayscale: #2F2F2F. Windows color (decimal): -14080143 or 7415593. OLE color: 7415593.

HSL color Cylindrical-coordinate representation of color #292771: hue angle of 241.62º degrees, saturation: 0.49, 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 #292771 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4139113-
CMYK0.640.6500.56
HSL241.62º48.68%29.8%-
HSV(B)241.62º65.49%44.31%-
XYZ4.623.1115.98-
YUV48.03164.66122.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=21.24%
G=20.21%
B=58.55%

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
Decimal41391130.640.6500.56241.6248.6829.8
Hex2927714041038f2311e
Octal51471611001010703626136
Binary10100110011111100011000000100000101110001111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292771; }

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

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

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

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

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

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

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

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