Html Css Color HEX #401261 Christalle

📋 copy color: '#401261'

red 64 ◦ green 18 ◦ blue 97

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

Shades of Christalle #401261

Tints of Christalle #401261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

 BLUE value IS 97 (38.28% from 255) = 54.19%

R = 35.75%
G = 10.06%
B = 54.19%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401261 (or 0x401261) is known color: Christalle. HEX triplet: 40, 12 and 61. RGB value is (64,18,97). Sum of RGB (Red+Green+Blue) = 64+18+97=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #401261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401261 is #BFED9E. Grayscale: #282828. Windows color (decimal): -12578207 or 6361664. OLE color: 6361664.

HSL color Cylindrical-coordinate representation of color #401261: hue angle of 274.94º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401261 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 18 97 -
CMYK 0.34 0.81 0 0.62
HSL 274.94º 0.69% 0.23% -
HSV(B) 274.94º 0.81% 0.38% -
XYZ 4.49 2.39 11.53 -
YUV 40.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 64 18 97 0.34 0.81 0 0.62 274.94 0.69 0.23
Hex 40 12 61 22 51 0 3E 113 45 17
Octal 100 22 141 42 121 0 76 423 105 27
Binary 1000000 10010 1100001 100010 1010001 0 111110 100010011 1000101 10111

Color Harmonies of #401261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401261

Black with #401261

Text Example


Text Example

White with #401261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401261; }

 p { color: rgb(64,18,97); }

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

background-color css

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

 a { background-color: rgb(64,18,97); }

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

border-color css

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

 span { border-color: rgb(64,18,97); }

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