Html Css Color HEX #321253 Christalle

📋 copy color: '#321253'

red 50 ◦ green 18 ◦ blue 83

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

Shades of Christalle #321253

Tints of Christalle #321253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

 BLUE value IS 83 (32.81% from 255) = 54.97%

R = 33.11%
G = 11.92%
B = 54.97%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#321253 (or 0x321253) is known color: Christalle. HEX triplet: 32, 12 and 53. RGB value is (50,18,83). Sum of RGB (Red+Green+Blue) = 50+18+83=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #321253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321253 is #CDEDAC. Grayscale: #222222. Windows color (decimal): -13495725 or 5444146. OLE color: 5444146.

HSL color Cylindrical-coordinate representation of color #321253: hue angle of 269.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321253 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 18 83 -
CMYK 0.40 0.78 0 0.67
HSL 269.54º 0.64% 0.2% -
HSV(B) 269.54º 0.78% 0.33% -
XYZ 3.09 1.74 8.36 -
YUV 34.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 50 18 83 0.40 0.78 0 0.67 269.54 0.64 0.2
Hex 32 12 53 28 4E 0 43 10E 40 14
Octal 62 22 123 50 116 0 103 416 100 24
Binary 110010 10010 1010011 101000 1001110 0 1000011 100001110 1000000 10100

Color Harmonies of #321253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321253

Black with #321253

Text Example


Text Example

White with #321253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321253; }

 p { color: rgb(50,18,83); }

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

background-color css

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

 a { background-color: rgb(50,18,83); }

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

border-color css

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

 span { border-color: rgb(50,18,83); }

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