Html Css Color HEX #401361 Christalle

📋 copy color: '#401361'

red 64 ◦ green 19 ◦ blue 97

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

Shades of Christalle #401361

Tints of Christalle #401361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 35.56%
G = 10.56%
B = 53.89%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401361 (or 0x401361) is known color: Christalle. HEX triplet: 40, 13 and 61. RGB value is (64,19,97). Sum of RGB (Red+Green+Blue) = 64+19+97=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #401361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401361 is #BFEC9E. Grayscale: #292929. Windows color (decimal): -12577951 or 6361920. OLE color: 6361920.

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

Color convert

RGB 64 19 97 -
CMYK 0.34 0.80 0 0.62
HSL 274.62º 0.67% 0.23% -
HSV(B) 274.62º 0.8% 0.38% -
XYZ 4.5 2.42 11.54 -
YUV 41.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 64 19 97 0.34 0.80 0 0.62 274.62 0.67 0.23
Hex 40 13 61 22 50 0 3E 113 43 17
Octal 100 23 141 42 120 0 76 423 103 27
Binary 1000000 10011 1100001 100010 1010000 0 111110 100010011 1000011 10111

Color Harmonies of #401361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401361

Black with #401361

Text Example


Text Example

White with #401361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401361; }

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

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

background-color css

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

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

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

border-color css

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

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

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