Html Css Color HEX #321063 Christalle

📋 copy color: '#321063'

red 50 ◦ green 16 ◦ blue 99

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

Shades of Christalle #321063

Tints of Christalle #321063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 30.3%
G = 9.7%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#321063 (or 0x321063) is known color: Christalle. HEX triplet: 32, 10 and 63. RGB value is (50,16,99). Sum of RGB (Red+Green+Blue) = 50+16+99=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #321063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321063 is #CDEF9C. Grayscale: #232323. Windows color (decimal): -13496221 or 6492210. OLE color: 6492210.

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

Color convert

RGB 50 16 99 -
CMYK 0.49 0.84 0 0.61
HSL 264.58º 0.72% 0.23% -
HSV(B) 264.58º 0.84% 0.39% -
XYZ 3.75 1.95 11.98 -
YUV 35.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 50 16 99 0.49 0.84 0 0.61 264.58 0.72 0.23
Hex 32 10 63 31 54 0 3D 109 48 17
Octal 62 20 143 61 124 0 75 411 110 27
Binary 110010 10000 1100011 110001 1010100 0 111101 100001001 1001000 10111

Color Harmonies of #321063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321063

Black with #321063

Text Example


Text Example

White with #321063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321063; }

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

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

background-color css

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

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

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

border-color css

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

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

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