#332979

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

Shades of Deep Koamaru #332979

Tints of Deep Koamaru #332979

Color information

#332979 (or 0x332979) is unknown color: approx Deep Koamaru. HEX triplet: 33, 29 and 79. RGB value is (51,41,121). Sum of RGB (Red+Green+Blue) = 51+41+121=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 41 (16.41% from 255 or 19.25% 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 #332979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332979 is #CCD686. Grayscale: #343434. Windows color (decimal): -13424263 or 7940403. OLE color: 7940403.

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

Color convert

RGB5141121-
CMYK0.580.6600.53
HSL247.5º49.38%31.76%-
HSV(B)247.5º66.12%47.45%-
XYZ5.613.6718.5-
YUV53.11166.31126.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=23.94%
G=19.25%
B=56.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51411210.580.6600.53247.549.3831.76
Hex3329793A42035f83120
Octal6351171721020653706140
Binary11001110100111110011110101000010011010111111000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332979; }

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

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

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

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

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

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

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

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