Html Css Color HEX #401E6A Christalle

📋 copy color: '#401E6A'

red 64 ◦ green 30 ◦ blue 106

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

Shades of Christalle #401E6A

Tints of Christalle #401E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53%

R = 32%
G = 15%
B = 53%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#401E6A (or 0x401E6A) is known color: Christalle. HEX triplet: 40, 1E and 6A. RGB value is (64,30,106). Sum of RGB (Red+Green+Blue) = 64+30+106=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #401E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E6A is #BFE195. Grayscale: #303030. Windows color (decimal): -12575126 or 6954560. OLE color: 6954560.

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

Color convert

RGB 64 30 106 -
CMYK 0.40 0.72 0 0.58
HSL 266.84º 0.56% 0.27% -
HSV(B) 266.84º 0.72% 0.42% -
XYZ 5.18 3.06 13.95 -
YUV 48.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 64 30 106 0.40 0.72 0 0.58 266.84 0.56 0.27
Hex 40 1E 6A 28 48 0 3A 10B 38 1B
Octal 100 36 152 50 110 0 72 413 70 33
Binary 1000000 11110 1101010 101000 1001000 0 111010 100001011 111000 11011

Color Harmonies of #401E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E6A

Black with #401E6A

Text Example


Text Example

White with #401E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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