Html Css Color HEX #400D5D Christalle

📋 copy color: '#400D5D'

red 64 ◦ green 13 ◦ blue 93

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

Shades of Christalle #400D5D

Tints of Christalle #400D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.65%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 37.65%
G = 7.65%
B = 54.71%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#400D5D (or 0x400D5D) is known color: Christalle. HEX triplet: 40, 0D and 5D. RGB value is (64,13,93). Sum of RGB (Red+Green+Blue) = 64+13+93=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #400D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D5D is #BFF2A2. Grayscale: #252525. Windows color (decimal): -12579491 or 6098240. OLE color: 6098240.

HSL color Cylindrical-coordinate representation of color #400D5D: hue angle of 278.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400D5D is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 13 93 -
CMYK 0.31 0.86 0 0.64
HSL 278.25º 0.75% 0.21% -
HSV(B) 278.25º 0.86% 0.36% -
XYZ 4.23 2.17 10.55 -
YUV 37.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 64 13 93 0.31 0.86 0 0.64 278.25 0.75 0.21
Hex 40 D 5D 1F 56 0 40 116 4B 15
Octal 100 15 135 37 126 0 100 426 113 25
Binary 1000000 1101 1011101 11111 1010110 0 1000000 100010110 1001011 10101

Color Harmonies of #400D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D5D

Black with #400D5D

Text Example


Text Example

White with #400D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D5D; }

 p { color: rgb(64,13,93); }

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

background-color css

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

 a { background-color: rgb(64,13,93); }

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

border-color css

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

 span { border-color: rgb(64,13,93); }

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