#322979

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

Shades of Deep Koamaru #322979

Tints of Deep Koamaru #322979

Color information

#322979 (or 0x322979) is unknown color: approx Deep Koamaru. HEX triplet: 32, 29 and 79. RGB value is (50,41,121). Sum of RGB (Red+Green+Blue) = 50+41+121=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #322979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322979 is #CDD686. Grayscale: #343434. Windows color (decimal): -13489799 or 7940402. OLE color: 7940402.

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

Color convert

RGB5041121-
CMYK0.590.6600.53
HSL246.75º49.38%31.76%-
HSV(B)246.75º66.12%47.45%-
XYZ5.563.6418.5-
YUV52.81166.48126-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=23.58%
G=19.34%
B=57.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50411210.590.6600.53246.7549.3831.76
Hex3229793B42035f73120
Octal6251171731020653676140
Binary11001010100111110011110111000010011010111110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322979; }

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

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

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

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

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

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

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

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