Html Css Color HEX #411261 Christalle

📋 copy color: '#411261'

red 65 ◦ green 18 ◦ blue 97

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

Shades of Christalle #411261

Tints of Christalle #411261

RGB

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

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

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

R = 36.11%
G = 10%
B = 53.89%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411261 (or 0x411261) is known color: Christalle. HEX triplet: 41, 12 and 61. RGB value is (65,18,97). Sum of RGB (Red+Green+Blue) = 65+18+97=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #411261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411261 is #BEED9E. Grayscale: #282828. Windows color (decimal): -12512671 or 6361665. OLE color: 6361665.

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

Color convert

RGB 65 18 97 -
CMYK 0.33 0.81 0 0.62
HSL 275.7º 0.69% 0.23% -
HSV(B) 275.7º 0.81% 0.38% -
XYZ 4.55 2.42 11.54 -
YUV 41.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 65 18 97 0.33 0.81 0 0.62 275.7 0.69 0.23
Hex 41 12 61 21 51 0 3E 114 45 17
Octal 101 22 141 41 121 0 76 424 105 27
Binary 1000001 10010 1100001 100001 1010001 0 111110 100010100 1000101 10111

Color Harmonies of #411261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411261

Black with #411261

Text Example


Text Example

White with #411261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411261; }

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

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

background-color css

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

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

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

border-color css

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

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

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