Html Css Color HEX #411961 Christalle

📋 copy color: '#411961'

red 65 ◦ green 25 ◦ blue 97

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

Shades of Christalle #411961

Tints of Christalle #411961

RGB

 RED value IS 65 (25.78% from 255) = 34.76%

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 34.76%
G = 13.37%
B = 51.87%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411961 (or 0x411961) is known color: Christalle. HEX triplet: 41, 19 and 61. RGB value is (65,25,97). Sum of RGB (Red+Green+Blue) = 65+25+97=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #411961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411961 is #BEE69E. Grayscale: #2C2C2C. Windows color (decimal): -12510879 or 6363457. OLE color: 6363457.

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

Color convert

RGB 65 25 97 -
CMYK 0.33 0.74 0 0.62
HSL 273.33º 0.59% 0.24% -
HSV(B) 273.33º 0.74% 0.38% -
XYZ 4.69 2.68 11.58 -
YUV 45.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 65 25 97 0.33 0.74 0 0.62 273.33 0.59 0.24
Hex 41 19 61 21 4A 0 3E 111 3B 18
Octal 101 31 141 41 112 0 76 421 73 30
Binary 1000001 11001 1100001 100001 1001010 0 111110 100010001 111011 11000

Color Harmonies of #411961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411961

Black with #411961

Text Example


Text Example

White with #411961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411961; }

 p { color: rgb(65,25,97); }

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

background-color css

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

 a { background-color: rgb(65,25,97); }

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

border-color css

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

 span { border-color: rgb(65,25,97); }

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