#323271

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

Shades of Deep Koamaru #323271

Tints of Deep Koamaru #323271

Color information

#323271 (or 0x323271) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 71. RGB value is (50,50,113). Sum of RGB (Red+Green+Blue) = 50+50+113=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #323271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323271 is #CDCD8E. Grayscale: #383838. Windows color (decimal): -13487503 or 7418418. OLE color: 7418418.

HSL color Cylindrical-coordinate representation of color #323271: hue angle of 240º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323271 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5050113-
CMYK0.560.5600.56
HSL240º38.65%31.96%-
HSV(B)240º55.75%44.31%-
XYZ5.444.1516.14-
YUV57.18159.5122.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=23.47%
G=23.47%
B=53.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50501130.560.5600.5624038.6531.96
Hex3232713838038f02720
Octal626216170700703604740
Binary1100101100101110001111000111000011100011110000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323271; }

 p { color: rgb(50,50,113); }

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

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

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

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

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

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

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