Html Css Color HEX #400C64 Christalle

📋 copy color: '#400C64'

red 64 ◦ green 12 ◦ blue 100

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

Shades of Christalle #400C64

Tints of Christalle #400C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 56.82%

R = 36.36%
G = 6.82%
B = 56.82%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400C64 (or 0x400C64) is known color: Christalle. HEX triplet: 40, 0C and 64. RGB value is (64,12,100). Sum of RGB (Red+Green+Blue) = 64+12+100=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #400C64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C64 is #BFF39B. Grayscale: #252525. Windows color (decimal): -12579740 or 6556736. OLE color: 6556736.

HSL color Cylindrical-coordinate representation of color #400C64: hue angle of 275.45º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400C64 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 12 100 -
CMYK 0.36 0.88 0 0.61
HSL 275.45º 0.79% 0.22% -
HSV(B) 275.45º 0.88% 0.39% -
XYZ 4.55 2.27 12.26 -
YUV 37.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 64 12 100 0.36 0.88 0 0.61 275.45 0.79 0.22
Hex 40 C 64 24 58 0 3D 113 4F 16
Octal 100 14 144 44 130 0 75 423 117 26
Binary 1000000 1100 1100100 100100 1011000 0 111101 100010011 1001111 10110

Color Harmonies of #400C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C64

Black with #400C64

Text Example


Text Example

White with #400C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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