#2A2771

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

Shades of Deep Koamaru #2A2771

Tints of Deep Koamaru #2A2771

Color information

#2A2771 (or 0x2A2771) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 27 and 71. RGB value is (42,39,113). Sum of RGB (Red+Green+Blue) = 42+39+113=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 39 (15.62% from 255 or 20.10% 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 #2A2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2771 is #D5D88E. Grayscale: #303030. Windows color (decimal): -14014607 or 7415594. OLE color: 7415594.

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

Color convert

RGB4239113-
CMYK0.630.6500.56
HSL242.43º48.68%29.8%-
HSV(B)242.43º65.49%44.31%-
XYZ4.663.1415.98-
YUV48.33164.49123.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=21.65%
G=20.10%
B=58.25%

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
Decimal42391130.630.6500.56242.4348.6829.8
Hex2A27713F41038f2311e
Octal5247161771010703626136
Binary1010101001111110001111111100000101110001111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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