Html Css Color HEX #411E60 Christalle

📋 copy color: '#411E60'

red 65 ◦ green 30 ◦ blue 96

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

Shades of Christalle #411E60

Tints of Christalle #411E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.71%

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 34.03%
G = 15.71%
B = 50.26%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411E60 (or 0x411E60) is known color: Christalle. HEX triplet: 41, 1E and 60. RGB value is (65,30,96). Sum of RGB (Red+Green+Blue) = 65+30+96=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #411E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E60 is #BEE19F. Grayscale: #2F2F2F. Windows color (decimal): -12509600 or 6299201. OLE color: 6299201.

HSL color Cylindrical-coordinate representation of color #411E60: hue angle of 271.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411E60 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 30 96 -
CMYK 0.32 0.69 0 0.62
HSL 271.82º 0.52% 0.25% -
HSV(B) 271.82º 0.69% 0.38% -
XYZ 4.76 2.9 11.37 -
YUV 47.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 65 30 96 0.32 0.69 0 0.62 271.82 0.52 0.25
Hex 41 1E 60 20 45 0 3E 110 34 19
Octal 101 36 140 40 105 0 76 420 64 31
Binary 1000001 11110 1100000 100000 1000101 0 111110 100010000 110100 11001

Color Harmonies of #411E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E60

Black with #411E60

Text Example


Text Example

White with #411E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E60; }

 p { color: rgb(65,30,96); }

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

background-color css

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

 a { background-color: rgb(65,30,96); }

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

border-color css

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

 span { border-color: rgb(65,30,96); }

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