#320258

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

Shades of Christalle #320258

Tints of Christalle #320258

Color information

#320258 (or 0x320258) is unknown color: approx Christalle. HEX triplet: 32, 02 and 58. RGB value is (50,2,88). Sum of RGB (Red+Green+Blue) = 50+2+88=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #320258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320258 is #CDFDA7. Grayscale: #191919. Windows color (decimal): -13499816 or 5767730. OLE color: 5767730.

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

Color convert

RGB50288-
CMYK0.430.9800.65
HSL273.49º95.56%17.65%-
HSV(B)273.49º97.73%34.51%-
XYZ3.11.439.34-
YUV26.16162.9145.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=35.71%
G=1.43%
B=62.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal502880.430.9800.65273.4995.5617.65
Hex322582B620411116012
Octal62213053142010142114022
Binary110010101011000101011110001001000001100010001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320258; }

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

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

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

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

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

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

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

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