#332977

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

Shades of Deep Koamaru #332977

Tints of Deep Koamaru #332977

Color information

#332977 (or 0x332977) is unknown color: approx Deep Koamaru. HEX triplet: 33, 29 and 77. RGB value is (51,41,119). Sum of RGB (Red+Green+Blue) = 51+41+119=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #332977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332977 is #CCD688. Grayscale: #343434. Windows color (decimal): -13424265 or 7809331. OLE color: 7809331.

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

Color convert

RGB5141119-
CMYK0.570.6600.53
HSL247.69º48.75%31.37%-
HSV(B)247.69º65.55%46.67%-
XYZ5.493.6217.86-
YUV52.88165.31126.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=24.17%
G=19.43%
B=56.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51411190.570.6600.53247.6948.7531.37
Hex3329773942035f8311f
Octal6351167711020653706137
Binary1100111010011110111111001100001001101011111100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332977; }

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

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

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

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

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

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

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

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