Html Css Color HEX #321C55 Christalle

📋 copy color: '#321C55'

red 50 ◦ green 28 ◦ blue 85

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

Shades of Christalle #321C55

Tints of Christalle #321C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.18%

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 30.67%
G = 17.18%
B = 52.15%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#321C55 (or 0x321C55) is known color: Christalle. HEX triplet: 32, 1C and 55. RGB value is (50,28,85). Sum of RGB (Red+Green+Blue) = 50+28+85=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #321C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C55 is #CDE3AA. Grayscale: #282828. Windows color (decimal): -13493163 or 5577778. OLE color: 5577778.

HSL color Cylindrical-coordinate representation of color #321C55: hue angle of 263.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321C55 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 28 85 -
CMYK 0.41 0.67 0 0.67
HSL 263.16º 0.5% 0.22% -
HSV(B) 263.16º 0.67% 0.33% -
XYZ 3.37 2.16 8.83 -
YUV 41.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 50 28 85 0.41 0.67 0 0.67 263.16 0.5 0.22
Hex 32 1C 55 29 43 0 43 107 32 16
Octal 62 34 125 51 103 0 103 407 62 26
Binary 110010 11100 1010101 101001 1000011 0 1000011 100000111 110010 10110

Color Harmonies of #321C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C55

Black with #321C55

Text Example


Text Example

White with #321C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,85); }

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

background-color css

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

 a { background-color: rgb(50,28,85); }

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

border-color css

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

 span { border-color: rgb(50,28,85); }

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