#321F62

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

Shades of Christalle #321F62

Tints of Christalle #321F62

Color information

#321F62 (or 0x321F62) is unknown color: approx Christalle. HEX triplet: 32, 1F and 62. RGB value is (50,31,98). Sum of RGB (Red+Green+Blue) = 50+31+98=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #321F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F62 is #CDE09D. Grayscale: #2C2C2C. Windows color (decimal): -13492382 or 6430514. OLE color: 6430514.

HSL color Cylindrical-coordinate representation of color #321F62: hue angle of 257.01º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321F62 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB503198-
CMYK0.490.6800.62
HSL257.01º51.94%25.29%-
HSV(B)257.01º68.37%38.43%-
XYZ4.012.5411.83-
YUV44.32158.29132.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=27.93%
G=17.32%
B=54.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5031980.490.6800.62257.0151.9425.29
Hex321F62314403E1013419
Octal6237142611040764016431
Binary1100101111111000101100011000100011111010000000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F62; }

 p { color: rgb(50,31,98); }

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

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

 a { background-color: rgb(50,31,98); }

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

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

 span { border-color: rgb(50,31,98); }

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