Html Css Color HEX #401A71 Christalle

📋 copy color: '#401A71'

red 64 ◦ green 26 ◦ blue 113

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

Shades of Christalle #401A71

Tints of Christalle #401A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 31.53%
G = 12.81%
B = 55.67%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401A71 (or 0x401A71) is known color: Christalle. HEX triplet: 40, 1A and 71. RGB value is (64,26,113). Sum of RGB (Red+Green+Blue) = 64+26+113=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #401A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A71 is #BFE58E. Grayscale: #2E2E2E. Windows color (decimal): -12576143 or 7412288. OLE color: 7412288.

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

Color convert

RGB 64 26 113 -
CMYK 0.43 0.77 0 0.56
HSL 266.21º 0.63% 0.27% -
HSV(B) 266.21º 0.77% 0.44% -
XYZ 5.46 3.02 15.92 -
YUV 47.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 64 26 113 0.43 0.77 0 0.56 266.21 0.63 0.27
Hex 40 1A 71 2B 4D 0 38 10A 3F 1B
Octal 100 32 161 53 115 0 70 412 77 33
Binary 1000000 11010 1110001 101011 1001101 0 111000 100001010 111111 11011

Color Harmonies of #401A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A71

Black with #401A71

Text Example


Text Example

White with #401A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,113); }

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

background-color css

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

 a { background-color: rgb(64,26,113); }

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

border-color css

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

 span { border-color: rgb(64,26,113); }

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