Html Css Color HEX #411565 Christalle

📋 copy color: '#411565'

red 65 ◦ green 21 ◦ blue 101

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

Shades of Christalle #411565

Tints of Christalle #411565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 34.76%
G = 11.23%
B = 54.01%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#411565 (or 0x411565) is known color: Christalle. HEX triplet: 41, 15 and 65. RGB value is (65,21,101). Sum of RGB (Red+Green+Blue) = 65+21+101=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #411565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411565 is #BEEA9A. Grayscale: #2B2B2B. Windows color (decimal): -12511899 or 6624577. OLE color: 6624577.

HSL color Cylindrical-coordinate representation of color #411565: hue angle of 273º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411565 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 21 101 -
CMYK 0.36 0.79 0 0.60
HSL 273º 0.66% 0.24% -
HSV(B) 273º 0.79% 0.4% -
XYZ 4.8 2.6 12.56 -
YUV 43.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 65 21 101 0.36 0.79 0 0.60 273 0.66 0.24
Hex 41 15 65 24 4F 0 3C 111 42 18
Octal 101 25 145 44 117 0 74 421 102 30
Binary 1000001 10101 1100101 100100 1001111 0 111100 100010001 1000010 11000

Color Harmonies of #411565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411565

Black with #411565

Text Example


Text Example

White with #411565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411565; }

 p { color: rgb(65,21,101); }

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

background-color css

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

 a { background-color: rgb(65,21,101); }

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

border-color css

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

 span { border-color: rgb(65,21,101); }

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