Html Css Color HEX #411E66 Christalle

📋 copy color: '#411E66'

red 65 ◦ green 30 ◦ blue 102

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

Shades of Christalle #411E66

Tints of Christalle #411E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 32.99%
G = 15.23%
B = 51.78%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#411E66 (or 0x411E66) is known color: Christalle. HEX triplet: 41, 1E and 66. RGB value is (65,30,102). Sum of RGB (Red+Green+Blue) = 65+30+102=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #411E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E66 is #BEE199. Grayscale: #303030. Windows color (decimal): -12509594 or 6692417. OLE color: 6692417.

HSL color Cylindrical-coordinate representation of color #411E66: hue angle of 269.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411E66 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 30 102 -
CMYK 0.36 0.71 0 0.6
HSL 269.17º 0.55% 0.26% -
HSV(B) 269.17º 0.71% 0.4% -
XYZ 5.04 3.01 12.89 -
YUV 48.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 65 30 102 0.36 0.71 0 0.6 269.17 0.55 0.26
Hex 41 1E 66 24 47 0 3C 10D 37 1A
Octal 101 36 146 44 107 0 74 415 67 32
Binary 1000001 11110 1100110 100100 1000111 0 111100 100001101 110111 11010

Color Harmonies of #411E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E66

Black with #411E66

Text Example


Text Example

White with #411E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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