#321058

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

Shades of Christalle #321058

Tints of Christalle #321058

Color information

#321058 (or 0x321058) is unknown color: approx Christalle. HEX triplet: 32, 10 and 58. RGB value is (50,16,88). Sum of RGB (Red+Green+Blue) = 50+16+88=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #321058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321058 is #CDEFA7. Grayscale: #222222. Windows color (decimal): -13496232 or 5771314. OLE color: 5771314.

HSL color Cylindrical-coordinate representation of color #321058: hue angle of 268.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321058 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB501688-
CMYK0.430.8200.65
HSL268.33º69.23%20.39%-
HSV(B)268.33º81.82%34.51%-
XYZ3.261.759.4-
YUV34.37158.26139.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=32.47%
G=10.39%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5016880.430.8200.65268.3369.2320.39
Hex3210582B5204110c4514
Octal622013053122010141410524
Binary110010100001011000101011101001001000001100001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321058; }

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

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

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

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

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

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

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

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