#321E63

Color #321E63 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #321E63

Tints of Christalle #321E63

Color information

#321E63 (or 0x321E63) is unknown color: approx Christalle. HEX triplet: 32, 1E and 63. RGB value is (50,30,99). Sum of RGB (Red+Green+Blue) = 50+30+99=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #321E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E63 is #CDE19C. Grayscale: #2B2B2B. Windows color (decimal): -13492637 or 6495794. OLE color: 6495794.

HSL color Cylindrical-coordinate representation of color #321E63: hue angle of 257.39º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321E63 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB503099-
CMYK0.490.7000.61
HSL257.39º53.49%25.29%-
HSV(B)257.39º69.7%38.82%-
XYZ4.032.5112.08-
YUV43.85159.13132.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=27.93%
G=16.76%
B=55.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5030990.490.7000.61257.3953.4925.29
Hex321E63314603D1013519
Octal6236143611060754016531
Binary1100101111011000111100011000110011110110000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E63; }

 p { color: rgb(50,30,99); }

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

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

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

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

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

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

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