Html Css Color HEX #411E5D Christalle

📋 copy color: '#411E5D'

red 65 ◦ green 30 ◦ blue 93

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

Shades of Christalle #411E5D

Tints of Christalle #411E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 34.57%
G = 15.96%
B = 49.47%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#411E5D (or 0x411E5D) is known color: Christalle. HEX triplet: 41, 1E and 5D. RGB value is (65,30,93). Sum of RGB (Red+Green+Blue) = 65+30+93=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #411E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E5D is #BEE1A2. Grayscale: #2F2F2F. Windows color (decimal): -12509603 or 6102593. OLE color: 6102593.

HSL color Cylindrical-coordinate representation of color #411E5D: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411E5D is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 30 93 -
CMYK 0.30 0.68 0 0.64
HSL 273.33º 0.51% 0.24% -
HSV(B) 273.33º 0.68% 0.36% -
XYZ 4.62 2.84 10.66 -
YUV 47.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 65 30 93 0.30 0.68 0 0.64 273.33 0.51 0.24
Hex 41 1E 5D 1E 44 0 40 111 33 18
Octal 101 36 135 36 104 0 100 421 63 30
Binary 1000001 11110 1011101 11110 1000100 0 1000000 100010001 110011 11000

Color Harmonies of #411E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E5D

Black with #411E5D

Text Example


Text Example

White with #411E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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