Html Css Color HEX #321963 Christalle

📋 copy color: '#321963'

red 50 ◦ green 25 ◦ blue 99

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

Shades of Christalle #321963

Tints of Christalle #321963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 28.74%
G = 14.37%
B = 56.9%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#321963 (or 0x321963) is known color: Christalle. HEX triplet: 32, 19 and 63. RGB value is (50,25,99). Sum of RGB (Red+Green+Blue) = 50+25+99=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #321963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321963 is #CDE69C. Grayscale: #282828. Windows color (decimal): -13493917 or 6494514. OLE color: 6494514.

HSL color Cylindrical-coordinate representation of color #321963: hue angle of 260.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321963 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 25 99 -
CMYK 0.49 0.75 0 0.61
HSL 260.27º 0.6% 0.24% -
HSV(B) 260.27º 0.75% 0.39% -
XYZ 3.92 2.27 12.04 -
YUV 40.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 50 25 99 0.49 0.75 0 0.61 260.27 0.6 0.24
Hex 32 19 63 31 4B 0 3D 104 3C 18
Octal 62 31 143 61 113 0 75 404 74 30
Binary 110010 11001 1100011 110001 1001011 0 111101 100000100 111100 11000

Color Harmonies of #321963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321963

Black with #321963

Text Example


Text Example

White with #321963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321963; }

 p { color: rgb(50,25,99); }

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

background-color css

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

 a { background-color: rgb(50,25,99); }

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

border-color css

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

 span { border-color: rgb(50,25,99); }

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