Html Css Color HEX #321B60 Christalle

📋 copy color: '#321B60'

red 50 ◦ green 27 ◦ blue 96

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

Shades of Christalle #321B60

Tints of Christalle #321B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

 BLUE value IS 96 (37.89% from 255) = 55.49%

R = 28.9%
G = 15.61%
B = 55.49%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#321B60 (or 0x321B60) is known color: Christalle. HEX triplet: 32, 1B and 60. RGB value is (50,27,96). Sum of RGB (Red+Green+Blue) = 50+27+96=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #321B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B60 is #CDE49F. Grayscale: #292929. Windows color (decimal): -13493408 or 6298418. OLE color: 6298418.

HSL color Cylindrical-coordinate representation of color #321B60: hue angle of 260º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321B60 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 27 96 -
CMYK 0.48 0.72 0 0.62
HSL 260º 0.56% 0.24% -
HSV(B) 260º 0.72% 0.38% -
XYZ 3.82 2.31 11.31 -
YUV 41.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 50 27 96 0.48 0.72 0 0.62 260 0.56 0.24
Hex 32 1B 60 30 48 0 3E 104 38 18
Octal 62 33 140 60 110 0 76 404 70 30
Binary 110010 11011 1100000 110000 1001000 0 111110 100000100 111000 11000

Color Harmonies of #321B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B60

Black with #321B60

Text Example


Text Example

White with #321B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,96); }

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

background-color css

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

 a { background-color: rgb(50,27,96); }

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

border-color css

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

 span { border-color: rgb(50,27,96); }

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