Html Css Color HEX #411F5E Christalle

📋 copy color: '#411F5E'

red 65 ◦ green 31 ◦ blue 94

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

Shades of Christalle #411F5E

Tints of Christalle #411F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 34.21%
G = 16.32%
B = 49.47%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#411F5E (or 0x411F5E) is known color: Christalle. HEX triplet: 41, 1F and 5E. RGB value is (65,31,94). Sum of RGB (Red+Green+Blue) = 65+31+94=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #411F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F5E is #BEE0A1. Grayscale: #303030. Windows color (decimal): -12509346 or 6168385. OLE color: 6168385.

HSL color Cylindrical-coordinate representation of color #411F5E: hue angle of 272.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411F5E is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 31 94 -
CMYK 0.31 0.67 0 0.63
HSL 272.38º 0.5% 0.25% -
HSV(B) 272.38º 0.67% 0.37% -
XYZ 4.69 2.91 10.9 -
YUV 48.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 65 31 94 0.31 0.67 0 0.63 272.38 0.5 0.25
Hex 41 1F 5E 1F 43 0 3F 110 32 19
Octal 101 37 136 37 103 0 77 420 62 31
Binary 1000001 11111 1011110 11111 1000011 0 111111 100010000 110010 11001

Color Harmonies of #411F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F5E

Black with #411F5E

Text Example


Text Example

White with #411F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,94); }

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

background-color css

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

 a { background-color: rgb(65,31,94); }

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

border-color css

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

 span { border-color: rgb(65,31,94); }

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