#321467

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

Shades of Christalle #321467

Tints of Christalle #321467

Color information

#321467 (or 0x321467) is unknown color: approx Christalle. HEX triplet: 32, 14 and 67. RGB value is (50,20,103). Sum of RGB (Red+Green+Blue) = 50+20+103=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #321467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321467 is #CDEB98. Grayscale: #262626. Windows color (decimal): -13495193 or 6755378. OLE color: 6755378.

HSL color Cylindrical-coordinate representation of color #321467: hue angle of 261.69º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321467 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5020103-
CMYK0.510.8100.60
HSL261.69º67.48%24.12%-
HSV(B)261.69º80.58%40.39%-
XYZ4.012.1613.04-
YUV38.43164.44136.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 103 (40.62% from 255) = 59.54%
R=28.90%
G=11.56%
B=59.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50201030.510.8100.60261.6967.4824.12
Hex321467335103C1064318
Octal62241476312107440610330
Binary11001010100110011111001110100010111100100000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321467; }

 p { color: rgb(50,20,103); }

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

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

 a { background-color: rgb(50,20,103); }

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

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

 span { border-color: rgb(50,20,103); }

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