Html Css Color HEX #412060 Christalle

📋 copy color: '#412060'

red 65 ◦ green 32 ◦ blue 96

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

Shades of Christalle #412060

Tints of Christalle #412060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 33.68%
G = 16.58%
B = 49.74%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412060 (or 0x412060) is known color: Christalle. HEX triplet: 41, 20 and 60. RGB value is (65,32,96). Sum of RGB (Red+Green+Blue) = 65+32+96=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #412060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412060 is #BEDF9F. Grayscale: #303030. Windows color (decimal): -12509088 or 6299713. OLE color: 6299713.

HSL color Cylindrical-coordinate representation of color #412060: hue angle of 270.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412060 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 32 96 -
CMYK 0.32 0.67 0 0.62
HSL 270.94º 0.5% 0.25% -
HSV(B) 270.94º 0.67% 0.38% -
XYZ 4.81 3 11.39 -
YUV 49.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 65 32 96 0.32 0.67 0 0.62 270.94 0.5 0.25
Hex 41 20 60 20 43 0 3E 10F 32 19
Octal 101 40 140 40 103 0 76 417 62 31
Binary 1000001 100000 1100000 100000 1000011 0 111110 100001111 110010 11001

Color Harmonies of #412060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412060

Black with #412060

Text Example


Text Example

White with #412060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412060; }

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

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

background-color css

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

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

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

border-color css

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

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

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