#2A2976

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

Shades of Deep Koamaru #2A2976

Tints of Deep Koamaru #2A2976

Color information

#2A2976 (or 0x2A2976) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 29 and 76. RGB value is (42,41,118). Sum of RGB (Red+Green+Blue) = 42+41+118=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2976 is #D5D689. Grayscale: #313131. Windows color (decimal): -14014090 or 7743786. OLE color: 7743786.

HSL color Cylindrical-coordinate representation of color #2A2976: hue angle of 240.78º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A2976 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4241118-
CMYK0.640.6500.54
HSL240.78º48.43%31.18%-
HSV(B)240.78º65.25%46.27%-
XYZ5.023.3917.53-
YUV50.08166.33122.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=20.90%
G=20.40%
B=58.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42411180.640.6500.54240.7848.4331.18
Hex2A29764041036f1301f
Octal52511661001010663616037
Binary10101010100111101101000000100000101101101111000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,118); }

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

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

 a { background-color: rgb(42,41,118); }

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

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

 span { border-color: rgb(42,41,118); }

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