Html Css Color HEX #411E6F Christalle

📋 copy color: '#411E6F'

red 65 ◦ green 30 ◦ blue 111

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

Shades of Christalle #411E6F

Tints of Christalle #411E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 31.55%
G = 14.56%
B = 53.88%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411E6F (or 0x411E6F) is known color: Christalle. HEX triplet: 41, 1E and 6F. RGB value is (65,30,111). Sum of RGB (Red+Green+Blue) = 65+30+111=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #411E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E6F is #BEE190. Grayscale: #313131. Windows color (decimal): -12509585 or 7282241. OLE color: 7282241.

HSL color Cylindrical-coordinate representation of color #411E6F: hue angle of 265.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411E6F is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 30 111 -
CMYK 0.41 0.73 0 0.56
HSL 265.93º 0.57% 0.28% -
HSV(B) 265.93º 0.73% 0.44% -
XYZ 5.51 3.2 15.37 -
YUV 49.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 65 30 111 0.41 0.73 0 0.56 265.93 0.57 0.28
Hex 41 1E 6F 29 49 0 38 10A 39 1C
Octal 101 36 157 51 111 0 70 412 71 34
Binary 1000001 11110 1101111 101001 1001001 0 111000 100001010 111001 11100

Color Harmonies of #411E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E6F

Black with #411E6F

Text Example


Text Example

White with #411E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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