Html Css Color HEX #321B58 Christalle

📋 copy color: '#321B58'

red 50 ◦ green 27 ◦ blue 88

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

Shades of Christalle #321B58

Tints of Christalle #321B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.33%

R = 30.3%
G = 16.36%
B = 53.33%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#321B58 (or 0x321B58) is known color: Christalle. HEX triplet: 32, 1B and 58. RGB value is (50,27,88). Sum of RGB (Red+Green+Blue) = 50+27+88=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #321B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B58 is #CDE4A7. Grayscale: #282828. Windows color (decimal): -13493416 or 5774130. OLE color: 5774130.

HSL color Cylindrical-coordinate representation of color #321B58: hue angle of 262.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321B58 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 27 88 -
CMYK 0.43 0.69 0 0.65
HSL 262.62º 0.53% 0.23% -
HSV(B) 262.62º 0.69% 0.35% -
XYZ 3.47 2.17 9.47 -
YUV 40.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 50 27 88 0.43 0.69 0 0.65 262.62 0.53 0.23
Hex 32 1B 58 2B 45 0 41 107 35 17
Octal 62 33 130 53 105 0 101 407 65 27
Binary 110010 11011 1011000 101011 1000101 0 1000001 100000111 110101 10111

Color Harmonies of #321B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B58

Black with #321B58

Text Example


Text Example

White with #321B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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