#321061

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

Shades of Christalle #321061

Tints of Christalle #321061

Color information

#321061 (or 0x321061) is unknown color: approx Christalle. HEX triplet: 32, 10 and 61. RGB value is (50,16,97). Sum of RGB (Red+Green+Blue) = 50+16+97=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #321061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321061 is #CDEF9E. Grayscale: #232323. Windows color (decimal): -13496223 or 6361138. OLE color: 6361138.

HSL color Cylindrical-coordinate representation of color #321061: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321061 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB501697-
CMYK0.480.8400.62
HSL265.19º71.68%22.16%-
HSV(B)265.19º83.51%38.04%-
XYZ3.661.9111.49-
YUV35.4162.76138.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=30.67%
G=9.82%
B=59.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5016970.480.8400.62265.1971.6822.16
Hex321061305403E1094816
Octal62201416012407641111026
Binary11001010000110000111000010101000111110100001001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321061; }

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

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

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

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

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

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

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

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