Html Css Color HEX #400F5E Christalle

📋 copy color: '#400F5E'

red 64 ◦ green 15 ◦ blue 94

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

Shades of Christalle #400F5E

Tints of Christalle #400F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 36.99%
G = 8.67%
B = 54.34%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#400F5E (or 0x400F5E) is known color: Christalle. HEX triplet: 40, 0F and 5E. RGB value is (64,15,94). Sum of RGB (Red+Green+Blue) = 64+15+94=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #400F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F5E is #BFF0A1. Grayscale: #262626. Windows color (decimal): -12578978 or 6164288. OLE color: 6164288.

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

Color convert

RGB 64 15 94 -
CMYK 0.32 0.84 0 0.63
HSL 277.22º 0.72% 0.21% -
HSV(B) 277.22º 0.84% 0.37% -
XYZ 4.31 2.24 10.8 -
YUV 38.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 64 15 94 0.32 0.84 0 0.63 277.22 0.72 0.21
Hex 40 F 5E 20 54 0 3F 115 48 15
Octal 100 17 136 40 124 0 77 425 110 25
Binary 1000000 1111 1011110 100000 1010100 0 111111 100010101 1001000 10101

Color Harmonies of #400F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F5E

Black with #400F5E

Text Example


Text Example

White with #400F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,94); }

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

background-color css

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

 a { background-color: rgb(64,15,94); }

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

border-color css

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

 span { border-color: rgb(64,15,94); }

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