Html Css Color HEX #400C61 Christalle

📋 copy color: '#400C61'

red 64 ◦ green 12 ◦ blue 97

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

Shades of Christalle #400C61

Tints of Christalle #400C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 36.99%
G = 6.94%
B = 56.07%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400C61 (or 0x400C61) is known color: Christalle. HEX triplet: 40, 0C and 61. RGB value is (64,12,97). Sum of RGB (Red+Green+Blue) = 64+12+97=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #400C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C61 is #BFF39E. Grayscale: #242424. Windows color (decimal): -12579743 or 6360128. OLE color: 6360128.

HSL color Cylindrical-coordinate representation of color #400C61: hue angle of 276.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400C61 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 12 97 -
CMYK 0.34 0.88 0 0.62
HSL 276.71º 0.78% 0.21% -
HSV(B) 276.71º 0.88% 0.38% -
XYZ 4.4 2.22 11.5 -
YUV 37.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 64 12 97 0.34 0.88 0 0.62 276.71 0.78 0.21
Hex 40 C 61 22 58 0 3E 115 4E 15
Octal 100 14 141 42 130 0 76 425 116 25
Binary 1000000 1100 1100001 100010 1011000 0 111110 100010101 1001110 10101

Color Harmonies of #400C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C61

Black with #400C61

Text Example


Text Example

White with #400C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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