Html Css Color HEX #411161 Christalle

📋 copy color: '#411161'

red 65 ◦ green 17 ◦ blue 97

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

Shades of Christalle #411161

Tints of Christalle #411161

RGB

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

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

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

R = 36.31%
G = 9.5%
B = 54.19%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411161 (or 0x411161) is known color: Christalle. HEX triplet: 41, 11 and 61. RGB value is (65,17,97). Sum of RGB (Red+Green+Blue) = 65+17+97=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 17 (7.03% from 255 or 9.50% 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 #411161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411161 is #BEEE9E. Grayscale: #282828. Windows color (decimal): -12512927 or 6361409. OLE color: 6361409.

HSL color Cylindrical-coordinate representation of color #411161: hue angle of 276º 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 #411161 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 17 97 -
CMYK 0.33 0.82 0 0.62
HSL 276º 0.7% 0.22% -
HSV(B) 276º 0.82% 0.38% -
XYZ 4.54 2.39 11.53 -
YUV 40.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 65 17 97 0.33 0.82 0 0.62 276 0.7 0.22
Hex 41 11 61 21 52 0 3E 114 46 16
Octal 101 21 141 41 122 0 76 424 106 26
Binary 1000001 10001 1100001 100001 1010010 0 111110 100010100 1000110 10110

Color Harmonies of #411161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411161

Black with #411161

Text Example


Text Example

White with #411161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411161; }

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

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

background-color css

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

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

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

border-color css

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

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

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