Html Css Color HEX #321554 Christalle

📋 copy color: '#321554'

red 50 ◦ green 21 ◦ blue 84

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

Shades of Christalle #321554

Tints of Christalle #321554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 32.26%
G = 13.55%
B = 54.19%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#321554 (or 0x321554) is known color: Christalle. HEX triplet: 32, 15 and 54. RGB value is (50,21,84). Sum of RGB (Red+Green+Blue) = 50+21+84=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #321554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321554 is #CDEAAB. Grayscale: #242424. Windows color (decimal): -13494956 or 5510450. OLE color: 5510450.

HSL color Cylindrical-coordinate representation of color #321554: hue angle of 267.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321554 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 21 84 -
CMYK 0.40 0.75 0 0.67
HSL 267.62º 0.6% 0.21% -
HSV(B) 267.62º 0.75% 0.33% -
XYZ 3.18 1.85 8.58 -
YUV 36.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 50 21 84 0.40 0.75 0 0.67 267.62 0.6 0.21
Hex 32 15 54 28 4B 0 43 10C 3C 15
Octal 62 25 124 50 113 0 103 414 74 25
Binary 110010 10101 1010100 101000 1001011 0 1000011 100001100 111100 10101

Color Harmonies of #321554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321554

Black with #321554

Text Example


Text Example

White with #321554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321554; }

 p { color: rgb(50,21,84); }

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

background-color css

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

 a { background-color: rgb(50,21,84); }

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

border-color css

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

 span { border-color: rgb(50,21,84); }

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