#2A2871

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

Shades of Deep Koamaru #2A2871

Tints of Deep Koamaru #2A2871

Color information

#2A2871 (or 0x2A2871) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 28 and 71. RGB value is (42,40,113). Sum of RGB (Red+Green+Blue) = 42+40+113=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A2871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2871 is #D5D78E. Grayscale: #303030. Windows color (decimal): -14014351 or 7415850. OLE color: 7415850.

HSL color Cylindrical-coordinate representation of color #2A2871: hue angle of 241.64º 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 #2A2871 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4240113-
CMYK0.630.6500.56
HSL241.64º47.71%30%-
HSV(B)241.64º64.6%44.31%-
XYZ4.693.215.99-
YUV48.92164.16123.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=21.54%
G=20.51%
B=57.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42401130.630.6500.56241.6447.7130
Hex2A28713F41038f2301e
Octal5250161771010703626036
Binary1010101010001110001111111100000101110001111001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2871; }

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

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

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

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

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

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

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

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