Html Css Color HEX #400B68 Christalle

📋 copy color: '#400B68'

red 64 ◦ green 11 ◦ blue 104

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

Shades of Christalle #400B68

Tints of Christalle #400B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.15%

 BLUE value IS 104 (41.02% from 255) = 58.1%

R = 35.75%
G = 6.15%
B = 58.1%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400B68 (or 0x400B68) is known color: Christalle. HEX triplet: 40, 0B and 68. RGB value is (64,11,104). Sum of RGB (Red+Green+Blue) = 64+11+104=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #400B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B68 is #BFF497. Grayscale: #252525. Windows color (decimal): -12579992 or 6818624. OLE color: 6818624.

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

Color convert

RGB 64 11 104 -
CMYK 0.38 0.89 0 0.59
HSL 274.19º 0.81% 0.23% -
HSV(B) 274.19º 0.89% 0.41% -
XYZ 4.73 2.33 13.3 -
YUV 37.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 64 11 104 0.38 0.89 0 0.59 274.19 0.81 0.23
Hex 40 B 68 26 59 0 3B 112 51 17
Octal 100 13 150 46 131 0 73 422 121 27
Binary 1000000 1011 1101000 100110 1011001 0 111011 100010010 1010001 10111

Color Harmonies of #400B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B68

Black with #400B68

Text Example


Text Example

White with #400B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,11,104); }

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

background-color css

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

 a { background-color: rgb(64,11,104); }

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

border-color css

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

 span { border-color: rgb(64,11,104); }

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