Html Css Color HEX #412C5E Christalle

📋 copy color: '#412C5E'

red 65 ◦ green 44 ◦ blue 94

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

Shades of Christalle #412C5E

Tints of Christalle #412C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 32.02%
G = 21.67%
B = 46.31%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#412C5E (or 0x412C5E) is known color: Christalle. HEX triplet: 41, 2C and 5E. RGB value is (65,44,94). Sum of RGB (Red+Green+Blue) = 65+44+94=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #412C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C5E is #BED3A1. Grayscale: #373737. Windows color (decimal): -12506018 or 6171713. OLE color: 6171713.

HSL color Cylindrical-coordinate representation of color #412C5E: hue angle of 265.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412C5E is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 44 94 -
CMYK 0.31 0.53 0 0.63
HSL 265.2º 0.36% 0.27% -
HSV(B) 265.2º 0.53% 0.37% -
XYZ 5.1 3.73 11.04 -
YUV 55.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 65 44 94 0.31 0.53 0 0.63 265.2 0.36 0.27
Hex 41 2C 5E 1F 35 0 3F 109 24 1B
Octal 101 54 136 37 65 0 77 411 44 33
Binary 1000001 101100 1011110 11111 110101 0 111111 100001001 100100 11011

Color Harmonies of #412C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C5E

Black with #412C5E

Text Example


Text Example

White with #412C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,94); }

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

background-color css

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

 a { background-color: rgb(65,44,94); }

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

border-color css

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

 span { border-color: rgb(65,44,94); }

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