#320658

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

Shades of Christalle #320658

Tints of Christalle #320658

Color information

#320658 (or 0x320658) is unknown color: approx Christalle. HEX triplet: 32, 06 and 58. RGB value is (50,6,88). Sum of RGB (Red+Green+Blue) = 50+6+88=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #320658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320658 is #CDF9A7. Grayscale: #1C1C1C. Windows color (decimal): -13498792 or 5768754. OLE color: 5768754.

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

Color convert

RGB50688-
CMYK0.430.9300.65
HSL272.2º87.23%18.43%-
HSV(B)272.2º93.18%34.51%-
XYZ3.141.519.36-
YUV28.5161.58143.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=34.72%
G=4.17%
B=61.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal506880.430.9300.65272.287.2318.43
Hex326582B5D0411105712
Octal62613053135010142012722
Binary1100101101011000101011101110101000001100010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320658; }

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

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

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

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

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

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

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

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