Html Css Color HEX #411363 Christalle

📋 copy color: '#411363'

red 65 ◦ green 19 ◦ blue 99

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

Shades of Christalle #411363

Tints of Christalle #411363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 35.52%
G = 10.38%
B = 54.1%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#411363 (or 0x411363) is known color: Christalle. HEX triplet: 41, 13 and 63. RGB value is (65,19,99). Sum of RGB (Red+Green+Blue) = 65+19+99=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #411363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411363 is #BEEC9C. Grayscale: #292929. Windows color (decimal): -12512413 or 6492993. OLE color: 6492993.

HSL color Cylindrical-coordinate representation of color #411363: hue angle of 274.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411363 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 19 99 -
CMYK 0.34 0.81 0 0.61
HSL 274.5º 0.68% 0.23% -
HSV(B) 274.5º 0.81% 0.39% -
XYZ 4.66 2.49 12.04 -
YUV 41.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 65 19 99 0.34 0.81 0 0.61 274.5 0.68 0.23
Hex 41 13 63 22 51 0 3D 112 44 17
Octal 101 23 143 42 121 0 75 422 104 27
Binary 1000001 10011 1100011 100010 1010001 0 111101 100010010 1000100 10111

Color Harmonies of #411363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411363

Black with #411363

Text Example


Text Example

White with #411363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411363; }

 p { color: rgb(65,19,99); }

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

background-color css

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

 a { background-color: rgb(65,19,99); }

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

border-color css

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

 span { border-color: rgb(65,19,99); }

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