#320358

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

Shades of Christalle #320358

Tints of Christalle #320358

Color information

#320358 (or 0x320358) is unknown color: approx Christalle. HEX triplet: 32, 03 and 58. RGB value is (50,3,88). Sum of RGB (Red+Green+Blue) = 50+3+88=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #320358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320358 is #CDFCA7. Grayscale: #1A1A1A. Windows color (decimal): -13499560 or 5767986. OLE color: 5767986.

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

Color convert

RGB50388-
CMYK0.430.9700.65
HSL273.18º93.41%17.84%-
HSV(B)273.18º96.59%34.51%-
XYZ3.111.459.35-
YUV26.74162.57144.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=35.46%
G=2.13%
B=62.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal503880.430.9700.65273.1893.4117.84
Hex323582B610411115d12
Octal62313053141010142113522
Binary110010111011000101011110000101000001100010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320358; }

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

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

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

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

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

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

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

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