Html Css Color HEX #401161 Christalle

📋 copy color: '#401161'

red 64 ◦ green 17 ◦ blue 97

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

Shades of Christalle #401161

Tints of Christalle #401161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

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

R = 35.96%
G = 9.55%
B = 54.49%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401161 (or 0x401161) is known color: Christalle. HEX triplet: 40, 11 and 61. RGB value is (64,17,97). Sum of RGB (Red+Green+Blue) = 64+17+97=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #401161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401161 is #BFEE9E. Grayscale: #272727. Windows color (decimal): -12578463 or 6361408. OLE color: 6361408.

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

Color convert

RGB 64 17 97 -
CMYK 0.34 0.82 0 0.62
HSL 275.25º 0.7% 0.22% -
HSV(B) 275.25º 0.82% 0.38% -
XYZ 4.47 2.35 11.53 -
YUV 40.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 64 17 97 0.34 0.82 0 0.62 275.25 0.7 0.22
Hex 40 11 61 22 52 0 3E 113 46 16
Octal 100 21 141 42 122 0 76 423 106 26
Binary 1000000 10001 1100001 100010 1010010 0 111110 100010011 1000110 10110

Color Harmonies of #401161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401161

Black with #401161

Text Example


Text Example

White with #401161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401161; }

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

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

background-color css

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

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

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

border-color css

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

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

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