#321258

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

Shades of Christalle #321258

Tints of Christalle #321258

Color information

#321258 (or 0x321258) is unknown color: approx Christalle. HEX triplet: 32, 12 and 58. RGB value is (50,18,88). Sum of RGB (Red+Green+Blue) = 50+18+88=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #321258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321258 is #CDEDA7. Grayscale: #232323. Windows color (decimal): -13495720 or 5771826. OLE color: 5771826.

HSL color Cylindrical-coordinate representation of color #321258: hue angle of 267.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321258 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB501888-
CMYK0.430.8000.65
HSL267.43º66.04%20.78%-
HSV(B)267.43º79.55%34.51%-
XYZ3.291.829.41-
YUV35.55157.6138.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=32.05%
G=11.54%
B=56.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5018880.430.8000.65267.4366.0420.78
Hex3212582B5004110b4215
Octal622213053120010141310225
Binary110010100101011000101011101000001000001100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321258; }

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

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

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

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

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

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

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

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