Html Css Color HEX #401B5B Christalle

📋 copy color: '#401B5B'

red 64 ◦ green 27 ◦ blue 91

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

Shades of Christalle #401B5B

Tints of Christalle #401B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.84%

 BLUE value IS 91 (35.94% from 255) = 50%

R = 35.16%
G = 14.84%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#401B5B (or 0x401B5B) is known color: Christalle. HEX triplet: 40, 1B and 5B. RGB value is (64,27,91). Sum of RGB (Red+Green+Blue) = 64+27+91=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #401B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B5B is #BFE4A4. Grayscale: #2D2D2D. Windows color (decimal): -12575909 or 5970752. OLE color: 5970752.

HSL color Cylindrical-coordinate representation of color #401B5B: hue angle of 274.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401B5B is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 27 91 -
CMYK 0.30 0.70 0 0.64
HSL 274.69º 0.54% 0.23% -
HSV(B) 274.69º 0.7% 0.36% -
XYZ 4.39 2.63 10.17 -
YUV 45.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 64 27 91 0.30 0.70 0 0.64 274.69 0.54 0.23
Hex 40 1B 5B 1E 46 0 40 113 36 17
Octal 100 33 133 36 106 0 100 423 66 27
Binary 1000000 11011 1011011 11110 1000110 0 1000000 100010011 110110 10111

Color Harmonies of #401B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B5B

Black with #401B5B

Text Example


Text Example

White with #401B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,91); }

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

background-color css

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

 a { background-color: rgb(64,27,91); }

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

border-color css

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

 span { border-color: rgb(64,27,91); }

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