Html Css Color HEX #412363 Christalle

📋 copy color: '#412363'

red 65 ◦ green 35 ◦ blue 99

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

Shades of Christalle #412363

Tints of Christalle #412363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 32.66%
G = 17.59%
B = 49.75%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#412363 (or 0x412363) is known color: Christalle. HEX triplet: 41, 23 and 63. RGB value is (65,35,99). Sum of RGB (Red+Green+Blue) = 65+35+99=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #412363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412363 is #BEDC9C. Grayscale: #333333. Windows color (decimal): -12508317 or 6497089. OLE color: 6497089.

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

Color convert

RGB 65 35 99 -
CMYK 0.34 0.65 0 0.61
HSL 268.13º 0.48% 0.26% -
HSV(B) 268.13º 0.65% 0.39% -
XYZ 5.03 3.23 12.16 -
YUV 51.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 65 35 99 0.34 0.65 0 0.61 268.13 0.48 0.26
Hex 41 23 63 22 41 0 3D 10C 30 1A
Octal 101 43 143 42 101 0 75 414 60 32
Binary 1000001 100011 1100011 100010 1000001 0 111101 100001100 110000 11010

Color Harmonies of #412363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412363

Black with #412363

Text Example


Text Example

White with #412363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412363; }

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

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

background-color css

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

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

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

border-color css

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

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

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