#2F2979

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

Shades of Deep Koamaru #2F2979

Tints of Deep Koamaru #2F2979

Color information

#2F2979 (or 0x2F2979) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 29 and 79. RGB value is (47,41,121). Sum of RGB (Red+Green+Blue) = 47+41+121=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F2979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2979 is #D0D686. Grayscale: #333333. Windows color (decimal): -13686407 or 7940399. OLE color: 7940399.

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

Color convert

RGB4741121-
CMYK0.610.6600.53
HSL244.5º49.38%31.76%-
HSV(B)244.5º66.12%47.45%-
XYZ5.423.5718.49-
YUV51.91166.99124.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=22.49%
G=19.62%
B=57.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47411210.610.6600.53244.549.3831.76
Hex2F29793D42035f43120
Octal5751171751020653646140
Binary10111110100111110011111011000010011010111110100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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