Html Css Color HEX #412166 Christalle

📋 copy color: '#412166'

red 65 ◦ green 33 ◦ blue 102

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

Shades of Christalle #412166

Tints of Christalle #412166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 32.5%
G = 16.5%
B = 51%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#412166 (or 0x412166) is known color: Christalle. HEX triplet: 41, 21 and 66. RGB value is (65,33,102). Sum of RGB (Red+Green+Blue) = 65+33+102=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #412166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412166 is #BEDE99. Grayscale: #323232. Windows color (decimal): -12508826 or 6693185. OLE color: 6693185.

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

Color convert

RGB 65 33 102 -
CMYK 0.36 0.68 0 0.6
HSL 267.83º 0.51% 0.26% -
HSV(B) 267.83º 0.68% 0.4% -
XYZ 5.12 3.17 12.91 -
YUV 50.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 65 33 102 0.36 0.68 0 0.6 267.83 0.51 0.26
Hex 41 21 66 24 44 0 3C 10C 33 1A
Octal 101 41 146 44 104 0 74 414 63 32
Binary 1000001 100001 1100110 100100 1000100 0 111100 100001100 110011 11010

Color Harmonies of #412166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412166

Black with #412166

Text Example


Text Example

White with #412166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412166; }

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

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

background-color css

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

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

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

border-color css

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

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

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