Html Css Color HEX #400E69 Christalle

📋 copy color: '#400E69'

red 64 ◦ green 14 ◦ blue 105

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

Shades of Christalle #400E69

Tints of Christalle #400E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 34.97%
G = 7.65%
B = 57.38%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400E69 (or 0x400E69) is known color: Christalle. HEX triplet: 40, 0E and 69. RGB value is (64,14,105). Sum of RGB (Red+Green+Blue) = 64+14+105=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #400E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E69 is #BFF196. Grayscale: #272727. Windows color (decimal): -12579223 or 6884928. OLE color: 6884928.

HSL color Cylindrical-coordinate representation of color #400E69: hue angle of 272.97º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400E69 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 14 105 -
CMYK 0.39 0.87 0 0.59
HSL 272.97º 0.76% 0.23% -
HSV(B) 272.97º 0.87% 0.41% -
XYZ 4.82 2.42 13.58 -
YUV 39.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 64 14 105 0.39 0.87 0 0.59 272.97 0.76 0.23
Hex 40 E 69 27 57 0 3B 111 4C 17
Octal 100 16 151 47 127 0 73 421 114 27
Binary 1000000 1110 1101001 100111 1010111 0 111011 100010001 1001100 10111

Color Harmonies of #400E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E69

Black with #400E69

Text Example


Text Example

White with #400E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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