#321E6C

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

Shades of Christalle #321E6C

Tints of Christalle #321E6C

Color information

#321E6C (or 0x321E6C) is unknown color: approx Christalle. HEX triplet: 32, 1E and 6C. RGB value is (50,30,108). Sum of RGB (Red+Green+Blue) = 50+30+108=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #321E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E6C is #CDE193. Grayscale: #2C2C2C. Windows color (decimal): -13492628 or 7085618. OLE color: 7085618.

HSL color Cylindrical-coordinate representation of color #321E6C: hue angle of 255.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321E6C is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5030108-
CMYK0.540.7200.58
HSL255.38º56.52%27.06%-
HSV(B)255.38º72.22%42.35%-
XYZ4.492.6914.47-
YUV44.87163.63131.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=26.60%
G=15.96%
B=57.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50301080.540.7200.58255.3856.5227.06
Hex321E6C364803Aff391b
Octal6236154661100723777133
Binary110010111101101100110110100100001110101111111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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