#2f2978

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

Shades of Deep Koamaru #2F2978

Tints of Deep Koamaru #2F2978

Color information

#2F2978 (or 0x2F2978) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 29 and 78. RGB value is (47,41,120). Sum of RGB (Red+Green+Blue) = 47+41+120=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2978 is #D0D687. Grayscale: #333333. Windows color (decimal): -13686408 or 7874863. OLE color: 7874863.

HSL color Cylindrical-coordinate representation of color #2F2978: hue angle of 244.56º 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 #2F2978 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4741120-
CMYK0.610.6600.53
HSL244.56º49.07%31.57%-
HSV(B)244.56º65.83%47.06%-
XYZ5.363.5518.17-
YUV51.8166.49124.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=22.60%
G=19.71%
B=57.69%

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
Decimal47411200.610.6600.53244.5649.0731.57
Hex2F29783D42035f53120
Octal5751170751020653656140
Binary10111110100111110001111011000010011010111110101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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