Html Css Color HEX #411F6C Christalle

📋 copy color: '#411F6C'

red 65 ◦ green 31 ◦ blue 108

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

Shades of Christalle #411F6C

Tints of Christalle #411F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 31.86%
G = 15.2%
B = 52.94%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#411F6C (or 0x411F6C) is known color: Christalle. HEX triplet: 41, 1F and 6C. RGB value is (65,31,108). Sum of RGB (Red+Green+Blue) = 65+31+108=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #411F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F6C is #BEE093. Grayscale: #313131. Windows color (decimal): -12509332 or 7085889. OLE color: 7085889.

HSL color Cylindrical-coordinate representation of color #411F6C: hue angle of 266.49º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411F6C is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 31 108 -
CMYK 0.40 0.71 0 0.58
HSL 266.49º 0.55% 0.27% -
HSV(B) 266.49º 0.71% 0.42% -
XYZ 5.38 3.19 14.52 -
YUV 49.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 65 31 108 0.40 0.71 0 0.58 266.49 0.55 0.27
Hex 41 1F 6C 28 47 0 3A 10A 37 1B
Octal 101 37 154 50 107 0 72 412 67 33
Binary 1000001 11111 1101100 101000 1000111 0 111010 100001010 110111 11011

Color Harmonies of #411F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F6C

Black with #411F6C

Text Example


Text Example

White with #411F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,108); }

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

background-color css

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

 a { background-color: rgb(65,31,108); }

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

border-color css

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

 span { border-color: rgb(65,31,108); }

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