Html Css Color HEX #400F65 Christalle

📋 copy color: '#400F65'

red 64 ◦ green 15 ◦ blue 101

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

Shades of Christalle #400F65

Tints of Christalle #400F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

 BLUE value IS 101 (39.84% from 255) = 56.11%

R = 35.56%
G = 8.33%
B = 56.11%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400F65 (or 0x400F65) is known color: Christalle. HEX triplet: 40, 0F and 65. RGB value is (64,15,101). Sum of RGB (Red+Green+Blue) = 64+15+101=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #400F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F65 is #BFF09A. Grayscale: #272727. Windows color (decimal): -12578971 or 6623040. OLE color: 6623040.

HSL color Cylindrical-coordinate representation of color #400F65: hue angle of 274.19º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400F65 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 15 101 -
CMYK 0.37 0.85 0 0.60
HSL 274.19º 0.74% 0.23% -
HSV(B) 274.19º 0.85% 0.4% -
XYZ 4.63 2.37 12.53 -
YUV 39.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 64 15 101 0.37 0.85 0 0.60 274.19 0.74 0.23
Hex 40 F 65 25 55 0 3C 112 4A 17
Octal 100 17 145 45 125 0 74 422 112 27
Binary 1000000 1111 1100101 100101 1010101 0 111100 100010010 1001010 10111

Color Harmonies of #400F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F65

Black with #400F65

Text Example


Text Example

White with #400F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,101); }

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

background-color css

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

 a { background-color: rgb(64,15,101); }

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

border-color css

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

 span { border-color: rgb(64,15,101); }

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