Html Css Color HEX #412063 Christalle

📋 copy color: '#412063'

red 65 ◦ green 32 ◦ blue 99

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

Shades of Christalle #412063

Tints of Christalle #412063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 33.16%
G = 16.33%
B = 50.51%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#412063 (or 0x412063) is known color: Christalle. HEX triplet: 41, 20 and 63. RGB value is (65,32,99). Sum of RGB (Red+Green+Blue) = 65+32+99=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #412063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412063 is #BEDF9C. Grayscale: #313131. Windows color (decimal): -12509085 or 6496321. OLE color: 6496321.

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

Color convert

RGB 65 32 99 -
CMYK 0.34 0.68 0 0.61
HSL 269.55º 0.51% 0.26% -
HSV(B) 269.55º 0.68% 0.39% -
XYZ 4.95 3.06 12.13 -
YUV 49.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 65 32 99 0.34 0.68 0 0.61 269.55 0.51 0.26
Hex 41 20 63 22 44 0 3D 10E 33 1A
Octal 101 40 143 42 104 0 75 416 63 32
Binary 1000001 100000 1100011 100010 1000100 0 111101 100001110 110011 11010

Color Harmonies of #412063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412063

Black with #412063

Text Example


Text Example

White with #412063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412063; }

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

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

background-color css

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

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

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

border-color css

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

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

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