Html Css Color HEX #321755 Christalle

📋 copy color: '#321755'

red 50 ◦ green 23 ◦ blue 85

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

Shades of Christalle #321755

Tints of Christalle #321755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 31.65%
G = 14.56%
B = 53.8%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#321755 (or 0x321755) is known color: Christalle. HEX triplet: 32, 17 and 55. RGB value is (50,23,85). Sum of RGB (Red+Green+Blue) = 50+23+85=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #321755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321755 is #CDE8AA. Grayscale: #252525. Windows color (decimal): -13494443 or 5576498. OLE color: 5576498.

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

Color convert

RGB 50 23 85 -
CMYK 0.41 0.73 0 0.67
HSL 266.13º 0.57% 0.21% -
HSV(B) 266.13º 0.73% 0.33% -
XYZ 3.26 1.95 8.8 -
YUV 38.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 50 23 85 0.41 0.73 0 0.67 266.13 0.57 0.21
Hex 32 17 55 29 49 0 43 10A 39 15
Octal 62 27 125 51 111 0 103 412 71 25
Binary 110010 10111 1010101 101001 1001001 0 1000011 100001010 111001 10101

Color Harmonies of #321755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321755

Black with #321755

Text Example


Text Example

White with #321755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321755; }

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

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

background-color css

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

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

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

border-color css

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

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

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