Html Css Color HEX #400E5F Christalle

📋 copy color: '#400E5F'

red 64 ◦ green 14 ◦ blue 95

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

Shades of Christalle #400E5F

Tints of Christalle #400E5F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

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

R = 36.99%
G = 8.09%
B = 54.91%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#400E5F (or 0x400E5F) is known color: Christalle. HEX triplet: 40, 0E and 5F. RGB value is (64,14,95). Sum of RGB (Red+Green+Blue) = 64+14+95=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #400E5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E5F is #BFF1A0. Grayscale: #252525. Windows color (decimal): -12579233 or 6229568. OLE color: 6229568.

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

Color convert

RGB 64 14 95 -
CMYK 0.33 0.85 0 0.63
HSL 277.04º 0.74% 0.21% -
HSV(B) 277.04º 0.85% 0.37% -
XYZ 4.34 2.23 11.03 -
YUV 38.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 64 14 95 0.33 0.85 0 0.63 277.04 0.74 0.21
Hex 40 E 5F 21 55 0 3F 115 4A 15
Octal 100 16 137 41 125 0 77 425 112 25
Binary 1000000 1110 1011111 100001 1010101 0 111111 100010101 1001010 10101

Color Harmonies of #400E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E5F

Black with #400E5F

Text Example


Text Example

White with #400E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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