Html Css Color HEX #321D57 Christalle

📋 copy color: '#321D57'

red 50 ◦ green 29 ◦ blue 87

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

Shades of Christalle #321D57

Tints of Christalle #321D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.47%

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 30.12%
G = 17.47%
B = 52.41%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#321D57 (or 0x321D57) is known color: Christalle. HEX triplet: 32, 1D and 57. RGB value is (50,29,87). Sum of RGB (Red+Green+Blue) = 50+29+87=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #321D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D57 is #CDE2A8. Grayscale: #292929. Windows color (decimal): -13492905 or 5709106. OLE color: 5709106.

HSL color Cylindrical-coordinate representation of color #321D57: hue angle of 261.72º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321D57 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 29 87 -
CMYK 0.43 0.67 0 0.66
HSL 261.72º 0.5% 0.23% -
HSV(B) 261.72º 0.67% 0.34% -
XYZ 3.48 2.24 9.27 -
YUV 41.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 50 29 87 0.43 0.67 0 0.66 261.72 0.5 0.23
Hex 32 1D 57 2B 43 0 42 106 32 17
Octal 62 35 127 53 103 0 102 406 62 27
Binary 110010 11101 1010111 101011 1000011 0 1000010 100000110 110010 10111

Color Harmonies of #321D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D57

Black with #321D57

Text Example


Text Example

White with #321D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,29,87); }

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

background-color css

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

 a { background-color: rgb(50,29,87); }

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

border-color css

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

 span { border-color: rgb(50,29,87); }

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