#2D2A79

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

Shades of Deep Koamaru #2D2A79

Tints of Deep Koamaru #2D2A79

Color information

#2D2A79 (or 0x2D2A79) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2A and 79. RGB value is (45,42,121). Sum of RGB (Red+Green+Blue) = 45+42+121=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D2A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2A79 is #D2D586. Grayscale: #333333. Windows color (decimal): -13817223 or 7940653. OLE color: 7940653.

HSL color Cylindrical-coordinate representation of color #2D2A79: hue angle of 242.28º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D2A79 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4542121-
CMYK0.630.6500.53
HSL242.28º48.47%31.96%-
HSV(B)242.28º65.29%47.45%-
XYZ5.363.5918.5-
YUV51.9166.99123.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=21.63%
G=20.19%
B=58.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45421210.630.6500.53242.2848.4731.96
Hex2D2A793F41035f23020
Octal5552171771010653626040
Binary10110110101011110011111111000001011010111110010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,42,121); }

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

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

 a { background-color: rgb(45,42,121); }

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

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

 span { border-color: rgb(45,42,121); }

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