#332978

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

Shades of Deep Koamaru #332978

Tints of Deep Koamaru #332978

Color information

#332978 (or 0x332978) is unknown color: approx Deep Koamaru. HEX triplet: 33, 29 and 78. RGB value is (51,41,120). Sum of RGB (Red+Green+Blue) = 51+41+120=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 41 (16.41% from 255 or 19.34% 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 #332978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332978 is #CCD687. Grayscale: #343434. Windows color (decimal): -13424264 or 7874867. OLE color: 7874867.

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

Color convert

RGB5141120-
CMYK0.580.6600.53
HSL247.59º49.07%31.57%-
HSV(B)247.59º65.83%47.06%-
XYZ5.553.6518.18-
YUV53165.81126.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=24.06%
G=19.34%
B=56.60%

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
Decimal51411200.580.6600.53247.5949.0731.57
Hex3329783A42035f83120
Octal6351170721020653706140
Binary11001110100111110001110101000010011010111111000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332978; }

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

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

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

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

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

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

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

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