#321263

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

Shades of Christalle #321263

Tints of Christalle #321263

Color information

#321263 (or 0x321263) is unknown color: approx Christalle. HEX triplet: 32, 12 and 63. RGB value is (50,18,99). Sum of RGB (Red+Green+Blue) = 50+18+99=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #321263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321263 is #CDED9C. Grayscale: #242424. Windows color (decimal): -13495709 or 6492722. OLE color: 6492722.

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

Color convert

RGB501899-
CMYK0.490.8200.61
HSL263.7º69.23%22.94%-
HSV(B)263.7º81.82%38.82%-
XYZ3.782.0111.99-
YUV36.8163.1137.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=29.94%
G=10.78%
B=59.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5018990.490.8200.61263.769.2322.94
Hex321263315203D1084517
Octal62221436112207541010527
Binary11001010010110001111000110100100111101100001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321263; }

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

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

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

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

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

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

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

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