Html Css Color HEX #411C6B Christalle

📋 copy color: '#411C6B'

red 65 ◦ green 28 ◦ blue 107

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

Shades of Christalle #411C6B

Tints of Christalle #411C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 107 (42.19% from 255) = 53.5%

R = 32.5%
G = 14%
B = 53.5%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#411C6B (or 0x411C6B) is known color: Christalle. HEX triplet: 41, 1C and 6B. RGB value is (65,28,107). Sum of RGB (Red+Green+Blue) = 65+28+107=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #411C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C6B is #BEE394. Grayscale: #2F2F2F. Windows color (decimal): -12510101 or 7019585. OLE color: 7019585.

HSL color Cylindrical-coordinate representation of color #411C6B: hue angle of 268.1º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411C6B is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 28 107 -
CMYK 0.39 0.74 0 0.58
HSL 268.1º 0.59% 0.26% -
HSV(B) 268.1º 0.74% 0.42% -
XYZ 5.25 3.02 14.22 -
YUV 48.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 65 28 107 0.39 0.74 0 0.58 268.1 0.59 0.26
Hex 41 1C 6B 27 4A 0 3A 10C 3B 1A
Octal 101 34 153 47 112 0 72 414 73 32
Binary 1000001 11100 1101011 100111 1001010 0 111010 100001100 111011 11010

Color Harmonies of #411C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C6B

Black with #411C6B

Text Example


Text Example

White with #411C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C6B; }

 p { color: rgb(65,28,107); }

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

background-color css

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

 a { background-color: rgb(65,28,107); }

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

border-color css

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

 span { border-color: rgb(65,28,107); }

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