Html Css Color HEX #401D5D Christalle

📋 copy color: '#401D5D'

red 64 ◦ green 29 ◦ blue 93

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

Shades of Christalle #401D5D

Tints of Christalle #401D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.59%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 34.41%
G = 15.59%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#401D5D (or 0x401D5D) is known color: Christalle. HEX triplet: 40, 1D and 5D. RGB value is (64,29,93). Sum of RGB (Red+Green+Blue) = 64+29+93=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #401D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D5D is #BFE2A2. Grayscale: #2E2E2E. Windows color (decimal): -12575395 or 6102336. OLE color: 6102336.

HSL color Cylindrical-coordinate representation of color #401D5D: hue angle of 272.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401D5D is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 29 93 -
CMYK 0.31 0.69 0 0.64
HSL 272.81º 0.52% 0.24% -
HSV(B) 272.81º 0.69% 0.36% -
XYZ 4.53 2.76 10.65 -
YUV 46.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 64 29 93 0.31 0.69 0 0.64 272.81 0.52 0.24
Hex 40 1D 5D 1F 45 0 40 111 34 18
Octal 100 35 135 37 105 0 100 421 64 30
Binary 1000000 11101 1011101 11111 1000101 0 1000000 100010001 110100 11000

Color Harmonies of #401D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D5D

Black with #401D5D

Text Example


Text Example

White with #401D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,93); }

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

background-color css

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

 a { background-color: rgb(64,29,93); }

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

border-color css

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

 span { border-color: rgb(64,29,93); }

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