#32315A

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

Shades of Deep Koamaru #32315A

Tints of Deep Koamaru #32315A

Color information

#32315A (or 0x32315A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 5A. RGB value is (50,49,90). Sum of RGB (Red+Green+Blue) = 50+49+90=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #32315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32315A is #CDCEA5. Grayscale: #353535. Windows color (decimal): -13487782 or 5910834. OLE color: 5910834.

HSL color Cylindrical-coordinate representation of color #32315A: hue angle of 241.46º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32315A is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB504990-
CMYK0.440.4600.65
HSL241.46º29.5%27.25%-
HSV(B)241.46º45.56%35.29%-
XYZ4.263.6110.15-
YUV53.97148.33125.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=26.46%
G=25.93%
B=47.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5049900.440.4600.65241.4629.527.25
Hex32315A2C2E041f11d1b
Octal6261132545601013613533
Binary110010110001101101010110010111001000001111100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32315A; }

 p { color: rgb(50,49,90); }

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

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

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

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

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

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

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