Html Css Color HEX #412B60 Christalle

📋 copy color: '#412B60'

red 65 ◦ green 43 ◦ blue 96

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

Shades of Christalle #412B60

Tints of Christalle #412B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

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

R = 31.86%
G = 21.08%
B = 47.06%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412B60 (or 0x412B60) is known color: Christalle. HEX triplet: 41, 2B and 60. RGB value is (65,43,96). Sum of RGB (Red+Green+Blue) = 65+43+96=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #412B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B60 is #BED49F. Grayscale: #373737. Windows color (decimal): -12506272 or 6302529. OLE color: 6302529.

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

Color convert

RGB 65 43 96 -
CMYK 0.32 0.55 0 0.62
HSL 264.91º 0.38% 0.27% -
HSV(B) 264.91º 0.55% 0.38% -
XYZ 5.16 3.7 11.51 -
YUV 55.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 65 43 96 0.32 0.55 0 0.62 264.91 0.38 0.27
Hex 41 2B 60 20 37 0 3E 109 26 1B
Octal 101 53 140 40 67 0 76 411 46 33
Binary 1000001 101011 1100000 100000 110111 0 111110 100001001 100110 11011

Color Harmonies of #412B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B60

Black with #412B60

Text Example


Text Example

White with #412B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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