Html Css Color HEX #321C5F Christalle

📋 copy color: '#321C5F'

red 50 ◦ green 28 ◦ blue 95

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

Shades of Christalle #321C5F

Tints of Christalle #321C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 28.9%
G = 16.18%
B = 54.91%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#321C5F (or 0x321C5F) is known color: Christalle. HEX triplet: 32, 1C and 5F. RGB value is (50,28,95). Sum of RGB (Red+Green+Blue) = 50+28+95=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #321C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C5F is #CDE3A0. Grayscale: #292929. Windows color (decimal): -13493153 or 6233138. OLE color: 6233138.

HSL color Cylindrical-coordinate representation of color #321C5F: hue angle of 259.7º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321C5F is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 28 95 -
CMYK 0.47 0.71 0 0.63
HSL 259.7º 0.54% 0.24% -
HSV(B) 259.7º 0.71% 0.37% -
XYZ 3.8 2.33 11.08 -
YUV 42.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 50 28 95 0.47 0.71 0 0.63 259.7 0.54 0.24
Hex 32 1C 5F 2F 47 0 3F 104 36 18
Octal 62 34 137 57 107 0 77 404 66 30
Binary 110010 11100 1011111 101111 1000111 0 111111 100000100 110110 11000

Color Harmonies of #321C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C5F

Black with #321C5F

Text Example


Text Example

White with #321C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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