Html Css Color HEX #321E59 Christalle

📋 copy color: '#321E59'

red 50 ◦ green 30 ◦ blue 89

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

Shades of Christalle #321E59

Tints of Christalle #321E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

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

R = 29.59%
G = 17.75%
B = 52.66%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#321E59 (or 0x321E59) is known color: Christalle. HEX triplet: 32, 1E and 59. RGB value is (50,30,89). Sum of RGB (Red+Green+Blue) = 50+30+89=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #321E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E59 is #CDE1A6. Grayscale: #2A2A2A. Windows color (decimal): -13492647 or 5840434. OLE color: 5840434.

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

Color convert

RGB 50 30 89 -
CMYK 0.44 0.66 0 0.65
HSL 260.34º 0.5% 0.23% -
HSV(B) 260.34º 0.66% 0.35% -
XYZ 3.58 2.33 9.71 -
YUV 42.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 50 30 89 0.44 0.66 0 0.65 260.34 0.5 0.23
Hex 32 1E 59 2C 42 0 41 104 32 17
Octal 62 36 131 54 102 0 101 404 62 27
Binary 110010 11110 1011001 101100 1000010 0 1000001 100000100 110010 10111

Color Harmonies of #321E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E59

Black with #321E59

Text Example


Text Example

White with #321E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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