Html Css Color HEX #411963 Christalle

📋 copy color: '#411963'

red 65 ◦ green 25 ◦ blue 99

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

Shades of Christalle #411963

Tints of Christalle #411963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 34.39%
G = 13.23%
B = 52.38%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#411963 (or 0x411963) is known color: Christalle. HEX triplet: 41, 19 and 63. RGB value is (65,25,99). Sum of RGB (Red+Green+Blue) = 65+25+99=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #411963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411963 is #BEE69C. Grayscale: #2D2D2D. Windows color (decimal): -12510877 or 6494529. OLE color: 6494529.

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

Color convert

RGB 65 25 99 -
CMYK 0.34 0.75 0 0.61
HSL 272.43º 0.6% 0.24% -
HSV(B) 272.43º 0.75% 0.39% -
XYZ 4.78 2.72 12.08 -
YUV 45.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 65 25 99 0.34 0.75 0 0.61 272.43 0.6 0.24
Hex 41 19 63 22 4B 0 3D 110 3C 18
Octal 101 31 143 42 113 0 75 420 74 30
Binary 1000001 11001 1100011 100010 1001011 0 111101 100010000 111100 11000

Color Harmonies of #411963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411963

Black with #411963

Text Example


Text Example

White with #411963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411963; }

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

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

background-color css

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

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

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

border-color css

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

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

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