#32315D

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

Shades of Deep Koamaru #32315D

Tints of Deep Koamaru #32315D

Color information

#32315D (or 0x32315D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 5D. RGB value is (50,49,93). Sum of RGB (Red+Green+Blue) = 50+49+93=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #32315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32315D is #CDCEA2. Grayscale: #363636. Windows color (decimal): -13487779 or 6107442. OLE color: 6107442.

HSL color Cylindrical-coordinate representation of color #32315D: hue angle of 241.36º degrees, saturation: 0.31, 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 #32315D is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB504993-
CMYK0.460.4700.64
HSL241.36º30.99%27.84%-
HSV(B)241.36º47.31%36.47%-
XYZ4.393.6710.83-
YUV54.32149.83124.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=26.04%
G=25.52%
B=48.44%

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
Decimal5049930.460.4700.64241.3630.9927.84
Hex32315D2E2F040f11f1c
Octal6261135565701003613734
Binary110010110001101110110111010111101000000111100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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