Html Css Color HEX #412862 Christalle

📋 copy color: '#412862'

red 65 ◦ green 40 ◦ blue 98

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

Shades of Christalle #412862

Tints of Christalle #412862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 32.02%
G = 19.7%
B = 48.28%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412862 (or 0x412862) is known color: Christalle. HEX triplet: 41, 28 and 62. RGB value is (65,40,98). Sum of RGB (Red+Green+Blue) = 65+40+98=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #412862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412862 is #BED79D. Grayscale: #353535. Windows color (decimal): -12507038 or 6432833. OLE color: 6432833.

HSL color Cylindrical-coordinate representation of color #412862: hue angle of 265.86º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412862 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 40 98 -
CMYK 0.34 0.59 0 0.62
HSL 265.86º 0.42% 0.27% -
HSV(B) 265.86º 0.59% 0.38% -
XYZ 5.14 3.52 11.96 -
YUV 54.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 65 40 98 0.34 0.59 0 0.62 265.86 0.42 0.27
Hex 41 28 62 22 3B 0 3E 10A 2A 1B
Octal 101 50 142 42 73 0 76 412 52 33
Binary 1000001 101000 1100010 100010 111011 0 111110 100001010 101010 11011

Color Harmonies of #412862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412862

Black with #412862

Text Example


Text Example

White with #412862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412862; }

 p { color: rgb(65,40,98); }

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

background-color css

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

 a { background-color: rgb(65,40,98); }

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

border-color css

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

 span { border-color: rgb(65,40,98); }

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