#321463

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

Shades of Christalle #321463

Tints of Christalle #321463

Color information

#321463 (or 0x321463) is unknown color: approx Christalle. HEX triplet: 32, 14 and 63. RGB value is (50,20,99). Sum of RGB (Red+Green+Blue) = 50+20+99=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #321463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321463 is #CDEB9C. Grayscale: #252525. Windows color (decimal): -13495197 or 6493234. OLE color: 6493234.

HSL color Cylindrical-coordinate representation of color #321463: hue angle of 262.78º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321463 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB502099-
CMYK0.490.8000.61
HSL262.78º66.39%23.33%-
HSV(B)262.78º79.8%38.82%-
XYZ3.822.0812-
YUV37.98162.44136.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=29.59%
G=11.83%
B=58.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5020990.490.8000.61262.7866.3923.33
Hex321463315003D1074217
Octal62241436112007540710227
Binary11001010100110001111000110100000111101100000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321463; }

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

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

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

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

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

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

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

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