Html Css Color HEX #411F5D Christalle

📋 copy color: '#411F5D'

red 65 ◦ green 31 ◦ blue 93

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

Shades of Christalle #411F5D

Tints of Christalle #411F5D

RGB

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

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

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

R = 34.39%
G = 16.4%
B = 49.21%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#411F5D (or 0x411F5D) is known color: Christalle. HEX triplet: 41, 1F and 5D. RGB value is (65,31,93). Sum of RGB (Red+Green+Blue) = 65+31+93=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #411F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F5D is #BEE0A2. Grayscale: #303030. Windows color (decimal): -12509347 or 6102849. OLE color: 6102849.

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

Color convert

RGB 65 31 93 -
CMYK 0.30 0.67 0 0.64
HSL 272.9º 0.5% 0.24% -
HSV(B) 272.9º 0.67% 0.36% -
XYZ 4.65 2.89 10.67 -
YUV 48.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 65 31 93 0.30 0.67 0 0.64 272.9 0.5 0.24
Hex 41 1F 5D 1E 43 0 40 111 32 18
Octal 101 37 135 36 103 0 100 421 62 30
Binary 1000001 11111 1011101 11110 1000011 0 1000000 100010001 110010 11000

Color Harmonies of #411F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F5D

Black with #411F5D

Text Example


Text Example

White with #411F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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