Html Css Color HEX #321B61 Christalle

📋 copy color: '#321B61'

red 50 ◦ green 27 ◦ blue 97

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

Shades of Christalle #321B61

Tints of Christalle #321B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 28.74%
G = 15.52%
B = 55.75%

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

#321B61 (or 0x321B61) is known color: Christalle. HEX triplet: 32, 1B and 61. RGB value is (50,27,97). Sum of RGB (Red+Green+Blue) = 50+27+97=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #321B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B61 is #CDE49E. Grayscale: #292929. Windows color (decimal): -13493407 or 6363954. OLE color: 6363954.

HSL color Cylindrical-coordinate representation of color #321B61: hue angle of 259.71º 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 #321B61 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 27 97 -
CMYK 0.48 0.72 0 0.62
HSL 259.71º 0.56% 0.24% -
HSV(B) 259.71º 0.72% 0.38% -
XYZ 3.86 2.33 11.55 -
YUV 41.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 50 27 97 0.48 0.72 0 0.62 259.71 0.56 0.24
Hex 32 1B 61 30 48 0 3E 104 38 18
Octal 62 33 141 60 110 0 76 404 70 30
Binary 110010 11011 1100001 110000 1001000 0 111110 100000100 111000 11000

Color Harmonies of #321B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B61

Black with #321B61

Text Example


Text Example

White with #321B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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