#2F2D79

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

Shades of Deep Koamaru #2F2D79

Tints of Deep Koamaru #2F2D79

Color information

#2F2D79 (or 0x2F2D79) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 2D and 79. RGB value is (47,45,121). Sum of RGB (Red+Green+Blue) = 47+45+121=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F2D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D79 is #D0D286. Grayscale: #353535. Windows color (decimal): -13685383 or 7941423. OLE color: 7941423.

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

Color convert

RGB4745121-
CMYK0.610.6300.53
HSL241.58º45.78%32.55%-
HSV(B)241.58º62.81%47.45%-
XYZ5.563.8618.54-
YUV54.26165.66122.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=22.07%
G=21.13%
B=56.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47451210.610.6300.53241.5845.7832.55
Hex2F2D793D3F035f22e21
Octal575517175770653625641
Binary1011111011011111001111101111111011010111110010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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