Html Css Color HEX #400B66 Christalle

📋 copy color: '#400B66'

red 64 ◦ green 11 ◦ blue 102

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

Shades of Christalle #400B66

Tints of Christalle #400B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 36.16%
G = 6.21%
B = 57.63%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#400B66 (or 0x400B66) is known color: Christalle. HEX triplet: 40, 0B and 66. RGB value is (64,11,102). Sum of RGB (Red+Green+Blue) = 64+11+102=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #400B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B66 is #BFF499. Grayscale: #242424. Windows color (decimal): -12579994 or 6687552. OLE color: 6687552.

HSL color Cylindrical-coordinate representation of color #400B66: hue angle of 274.95º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400B66 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 11 102 -
CMYK 0.37 0.89 0 0.6
HSL 274.95º 0.81% 0.22% -
HSV(B) 274.95º 0.89% 0.4% -
XYZ 4.63 2.29 12.77 -
YUV 37.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 64 11 102 0.37 0.89 0 0.6 274.95 0.81 0.22
Hex 40 B 66 25 59 0 3C 113 51 16
Octal 100 13 146 45 131 0 74 423 121 26
Binary 1000000 1011 1100110 100101 1011001 0 111100 100010011 1010001 10110

Color Harmonies of #400B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B66

Black with #400B66

Text Example


Text Example

White with #400B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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