Html Css Color HEX #401561 Christalle

📋 copy color: '#401561'

red 64 ◦ green 21 ◦ blue 97

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

Shades of Christalle #401561

Tints of Christalle #401561

RGB

 RED value IS 64 (25.39% from 255) = 35.16%

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 35.16%
G = 11.54%
B = 53.3%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401561 (or 0x401561) is known color: Christalle. HEX triplet: 40, 15 and 61. RGB value is (64,21,97). Sum of RGB (Red+Green+Blue) = 64+21+97=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #401561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401561 is #BFEA9E. Grayscale: #2A2A2A. Windows color (decimal): -12577439 or 6362432. OLE color: 6362432.

HSL color Cylindrical-coordinate representation of color #401561: hue angle of 273.95º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401561 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 21 97 -
CMYK 0.34 0.78 0 0.62
HSL 273.95º 0.64% 0.23% -
HSV(B) 273.95º 0.78% 0.38% -
XYZ 4.54 2.49 11.55 -
YUV 42.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 64 21 97 0.34 0.78 0 0.62 273.95 0.64 0.23
Hex 40 15 61 22 4E 0 3E 112 40 17
Octal 100 25 141 42 116 0 76 422 100 27
Binary 1000000 10101 1100001 100010 1001110 0 111110 100010010 1000000 10111

Color Harmonies of #401561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401561

Black with #401561

Text Example


Text Example

White with #401561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401561; }

 p { color: rgb(64,21,97); }

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

background-color css

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

 a { background-color: rgb(64,21,97); }

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

border-color css

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

 span { border-color: rgb(64,21,97); }

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