#2F2D78

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

Shades of Deep Koamaru #2F2D78

Tints of Deep Koamaru #2F2D78

Color information

#2F2D78 (or 0x2F2D78) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 2D and 78. RGB value is (47,45,120). Sum of RGB (Red+Green+Blue) = 47+45+120=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D78 is #D0D287. Grayscale: #353535. Windows color (decimal): -13685384 or 7875887. OLE color: 7875887.

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

Color convert

RGB4745120-
CMYK0.610.6300.53
HSL241.6º45.45%32.35%-
HSV(B)241.6º62.5%47.06%-
XYZ5.53.8418.22-
YUV54.15165.16122.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=22.17%
G=21.23%
B=56.60%

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
Decimal47451200.610.6300.53241.645.4532.35
Hex2F2D783D3F035f22d20
Octal575517075770653625540
Binary1011111011011111000111101111111011010111110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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