Html Css Color HEX #401F6D Christalle

📋 copy color: '#401F6D'

red 64 ◦ green 31 ◦ blue 109

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

Shades of Christalle #401F6D

Tints of Christalle #401F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 31.37%
G = 15.2%
B = 53.43%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#401F6D (or 0x401F6D) is known color: Christalle. HEX triplet: 40, 1F and 6D. RGB value is (64,31,109). Sum of RGB (Red+Green+Blue) = 64+31+109=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #401F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F6D is #BFE092. Grayscale: #313131. Windows color (decimal): -12574867 or 7151424. OLE color: 7151424.

HSL color Cylindrical-coordinate representation of color #401F6D: hue angle of 265.38º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401F6D is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 31 109 -
CMYK 0.41 0.72 0 0.57
HSL 265.38º 0.56% 0.27% -
HSV(B) 265.38º 0.72% 0.43% -
XYZ 5.36 3.17 14.8 -
YUV 49.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 64 31 109 0.41 0.72 0 0.57 265.38 0.56 0.27
Hex 40 1F 6D 29 48 0 39 109 38 1B
Octal 100 37 155 51 110 0 71 411 70 33
Binary 1000000 11111 1101101 101001 1001000 0 111001 100001001 111000 11011

Color Harmonies of #401F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F6D

Black with #401F6D

Text Example


Text Example

White with #401F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401F6D; }

 p { color: rgb(64,31,109); }

 H1.HeaderClassName
 {
   color: #401F6D;
 }
 .AnyTagClassName
 {
   color: #401F6D;
 }
</style>

background-color css

<style>
 a { background-color: #401F6D; }

 a { background-color: rgb(64,31,109); }

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

border-color css

<style>
 span { border-color: #401F6D; }

 span { border-color: rgb(64,31,109); }

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