#321361

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

Shades of Christalle #321361

Tints of Christalle #321361

Color information

#321361 (or 0x321361) is unknown color: approx Christalle. HEX triplet: 32, 13 and 61. RGB value is (50,19,97). Sum of RGB (Red+Green+Blue) = 50+19+97=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #321361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321361 is #CDEC9E. Grayscale: #242424. Windows color (decimal): -13495455 or 6361906. OLE color: 6361906.

HSL color Cylindrical-coordinate representation of color #321361: hue angle of 263.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321361 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB501997-
CMYK0.480.8000.62
HSL263.85º67.24%22.75%-
HSV(B)263.85º80.41%38.04%-
XYZ3.712.0111.5-
YUV37.16161.77137.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=30.12%
G=11.45%
B=58.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5019970.480.8000.62263.8567.2422.75
Hex321361305003E1084317
Octal62231416012007641010327
Binary11001010011110000111000010100000111110100001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321361; }

 p { color: rgb(50,19,97); }

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

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

 a { background-color: rgb(50,19,97); }

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

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

 span { border-color: rgb(50,19,97); }

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