Html Css Color HEX #320059 Christalle

📋 copy color: '#320059'

red 50 ◦ green 0 ◦ blue 89

#320059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #320059

Tints of Christalle #320059

RGB

 RED value IS 50 (19.92% from 255) = 35.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 35.97%
G = 0%
B = 64.03%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#320059 (or 0x320059) is known color: Christalle. HEX triplet: 32, 00 and 59. RGB value is (50,0,89). Sum of RGB (Red+Green+Blue) = 50+0+89=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #320059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320059 is #CDFFA6. Grayscale: #181818. Windows color (decimal): -13500327 or 5832754. OLE color: 5832754.

HSL color Cylindrical-coordinate representation of color #320059: hue angle of 273.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320059 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 0 89 -
CMYK 0.44 1 0 0.65
HSL 273.71º 1% 0.17% -
HSV(B) 273.71º 1% 0.35% -
XYZ 3.12 1.4 9.56 -
YUV 25.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 50 0 89 0.44 1 0 0.65 273.71 1 0.17
Hex 32 0 59 2C 64 0 41 112 64 11
Octal 62 0 131 54 144 0 101 422 144 21
Binary 110010 0 1011001 101100 1100100 0 1000001 100010010 1100100 10001

Color Harmonies of #320059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320059

Black with #320059

Text Example


Text Example

White with #320059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320059; }

 p { color: rgb(50,0,89); }

 H1.HeaderClassName
 {
   color: #320059;
 }
 .AnyTagClassName
 {
   color: #320059;
 }
</style>

background-color css

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

 a { background-color: rgb(50,0,89); }

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

border-color css

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

 span { border-color: rgb(50,0,89); }

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