Html Css Color HEX #401761 Christalle

📋 copy color: '#401761'

red 64 ◦ green 23 ◦ blue 97

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

Shades of Christalle #401761

Tints of Christalle #401761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 34.78%
G = 12.5%
B = 52.72%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401761 (or 0x401761) is known color: Christalle. HEX triplet: 40, 17 and 61. RGB value is (64,23,97). Sum of RGB (Red+Green+Blue) = 64+23+97=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #401761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401761 is #BFE89E. Grayscale: #2B2B2B. Windows color (decimal): -12576927 or 6362944. OLE color: 6362944.

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

Color convert

RGB 64 23 97 -
CMYK 0.34 0.76 0 0.62
HSL 273.24º 0.62% 0.24% -
HSV(B) 273.24º 0.76% 0.38% -
XYZ 4.58 2.57 11.56 -
YUV 43.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 64 23 97 0.34 0.76 0 0.62 273.24 0.62 0.24
Hex 40 17 61 22 4C 0 3E 111 3E 18
Octal 100 27 141 42 114 0 76 421 76 30
Binary 1000000 10111 1100001 100010 1001100 0 111110 100010001 111110 11000

Color Harmonies of #401761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401761

Black with #401761

Text Example


Text Example

White with #401761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401761; }

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

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

background-color css

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

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

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

border-color css

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

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

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