#32315C

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

Shades of Deep Koamaru #32315C

Tints of Deep Koamaru #32315C

Color information

#32315C (or 0x32315C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 5C. RGB value is (50,49,92). Sum of RGB (Red+Green+Blue) = 50+49+92=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #32315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32315C is #CDCEA3. Grayscale: #363636. Windows color (decimal): -13487780 or 6041906. OLE color: 6041906.

HSL color Cylindrical-coordinate representation of color #32315C: hue angle of 241.4º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32315C is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB504992-
CMYK0.460.4700.64
HSL241.4º30.5%27.65%-
HSV(B)241.4º46.74%36.08%-
XYZ4.353.6510.6-
YUV54.2149.33125-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=26.18%
G=25.65%
B=48.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5049920.460.4700.64241.430.527.65
Hex32315C2E2F040f11e1c
Octal6261134565701003613634
Binary110010110001101110010111010111101000000111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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