Html Css Color HEX #412866 Christalle

📋 copy color: '#412866'

red 65 ◦ green 40 ◦ blue 102

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

Shades of Christalle #412866

Tints of Christalle #412866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 31.4%
G = 19.32%
B = 49.28%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#412866 (or 0x412866) is known color: Christalle. HEX triplet: 41, 28 and 66. RGB value is (65,40,102). Sum of RGB (Red+Green+Blue) = 65+40+102=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #412866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412866 is #BED799. Grayscale: #363636. Windows color (decimal): -12507034 or 6694977. OLE color: 6694977.

HSL color Cylindrical-coordinate representation of color #412866: hue angle of 264.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412866 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 40 102 -
CMYK 0.36 0.61 0 0.6
HSL 264.19º 0.44% 0.28% -
HSV(B) 264.19º 0.61% 0.4% -
XYZ 5.34 3.6 12.98 -
YUV 54.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 65 40 102 0.36 0.61 0 0.6 264.19 0.44 0.28
Hex 41 28 66 24 3D 0 3C 108 2C 1C
Octal 101 50 146 44 75 0 74 410 54 34
Binary 1000001 101000 1100110 100100 111101 0 111100 100001000 101100 11100

Color Harmonies of #412866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412866

Black with #412866

Text Example


Text Example

White with #412866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412866; }

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

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

background-color css

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

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

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

border-color css

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

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

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