Html Css Color HEX #401E66 Christalle

📋 copy color: '#401E66'

red 64 ◦ green 30 ◦ blue 102

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

Shades of Christalle #401E66

Tints of Christalle #401E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 32.65%
G = 15.31%
B = 52.04%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#401E66 (or 0x401E66) is known color: Christalle. HEX triplet: 40, 1E and 66. RGB value is (64,30,102). Sum of RGB (Red+Green+Blue) = 64+30+102=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #401E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E66 is #BFE199. Grayscale: #303030. Windows color (decimal): -12575130 or 6692416. OLE color: 6692416.

HSL color Cylindrical-coordinate representation of color #401E66: hue angle of 268.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401E66 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 30 102 -
CMYK 0.37 0.71 0 0.6
HSL 268.33º 0.55% 0.26% -
HSV(B) 268.33º 0.71% 0.4% -
XYZ 4.98 2.98 12.88 -
YUV 48.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 64 30 102 0.37 0.71 0 0.6 268.33 0.55 0.26
Hex 40 1E 66 25 47 0 3C 10C 37 1A
Octal 100 36 146 45 107 0 74 414 67 32
Binary 1000000 11110 1100110 100101 1000111 0 111100 100001100 110111 11010

Color Harmonies of #401E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E66

Black with #401E66

Text Example


Text Example

White with #401E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,102); }

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

background-color css

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

 a { background-color: rgb(64,30,102); }

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

border-color css

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

 span { border-color: rgb(64,30,102); }

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