Html Css Color HEX #400C68 Christalle

📋 copy color: '#400C68'

red 64 ◦ green 12 ◦ blue 104

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

Shades of Christalle #400C68

Tints of Christalle #400C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.67%

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

R = 35.56%
G = 6.67%
B = 57.78%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400C68 (or 0x400C68) is known color: Christalle. HEX triplet: 40, 0C and 68. RGB value is (64,12,104). Sum of RGB (Red+Green+Blue) = 64+12+104=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #400C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C68 is #BFF397. Grayscale: #252525. Windows color (decimal): -12579736 or 6818880. OLE color: 6818880.

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

Color convert

RGB 64 12 104 -
CMYK 0.38 0.88 0 0.59
HSL 273.91º 0.79% 0.23% -
HSV(B) 273.91º 0.88% 0.41% -
XYZ 4.74 2.35 13.3 -
YUV 38.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 64 12 104 0.38 0.88 0 0.59 273.91 0.79 0.23
Hex 40 C 68 26 58 0 3B 112 4F 17
Octal 100 14 150 46 130 0 73 422 117 27
Binary 1000000 1100 1101000 100110 1011000 0 111011 100010010 1001111 10111

Color Harmonies of #400C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C68

Black with #400C68

Text Example


Text Example

White with #400C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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