Html Css Color HEX #400D5F Christalle

📋 copy color: '#400D5F'

red 64 ◦ green 13 ◦ blue 95

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

Shades of Christalle #400D5F

Tints of Christalle #400D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 37.21%
G = 7.56%
B = 55.23%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#400D5F (or 0x400D5F) is known color: Christalle. HEX triplet: 40, 0D and 5F. RGB value is (64,13,95). Sum of RGB (Red+Green+Blue) = 64+13+95=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #400D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D5F is #BFF2A0. Grayscale: #252525. Windows color (decimal): -12579489 or 6229312. OLE color: 6229312.

HSL color Cylindrical-coordinate representation of color #400D5F: hue angle of 277.32º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400D5F is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 13 95 -
CMYK 0.33 0.86 0 0.63
HSL 277.32º 0.76% 0.21% -
HSV(B) 277.32º 0.86% 0.37% -
XYZ 4.32 2.2 11.02 -
YUV 37.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 64 13 95 0.33 0.86 0 0.63 277.32 0.76 0.21
Hex 40 D 5F 21 56 0 3F 115 4C 15
Octal 100 15 137 41 126 0 77 425 114 25
Binary 1000000 1101 1011111 100001 1010110 0 111111 100010101 1001100 10101

Color Harmonies of #400D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D5F

Black with #400D5F

Text Example


Text Example

White with #400D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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