Html Css Color HEX #321B59 Christalle

📋 copy color: '#321B59'

red 50 ◦ green 27 ◦ blue 89

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

Shades of Christalle #321B59

Tints of Christalle #321B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.27%

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

R = 30.12%
G = 16.27%
B = 53.61%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#321B59 (or 0x321B59) is known color: Christalle. HEX triplet: 32, 1B and 59. RGB value is (50,27,89). Sum of RGB (Red+Green+Blue) = 50+27+89=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #321B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B59 is #CDE4A6. Grayscale: #282828. Windows color (decimal): -13493415 or 5839666. OLE color: 5839666.

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

Color convert

RGB 50 27 89 -
CMYK 0.44 0.70 0 0.65
HSL 262.26º 0.53% 0.23% -
HSV(B) 262.26º 0.7% 0.35% -
XYZ 3.51 2.18 9.69 -
YUV 40.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 50 27 89 0.44 0.70 0 0.65 262.26 0.53 0.23
Hex 32 1B 59 2C 46 0 41 106 35 17
Octal 62 33 131 54 106 0 101 406 65 27
Binary 110010 11011 1011001 101100 1000110 0 1000001 100000110 110101 10111

Color Harmonies of #321B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B59

Black with #321B59

Text Example


Text Example

White with #321B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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