Html Css Color HEX #411461 Christalle

📋 copy color: '#411461'

red 65 ◦ green 20 ◦ blue 97

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

Shades of Christalle #411461

Tints of Christalle #411461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 35.71%
G = 10.99%
B = 53.3%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411461 (or 0x411461) is known color: Christalle. HEX triplet: 41, 14 and 61. RGB value is (65,20,97). Sum of RGB (Red+Green+Blue) = 65+20+97=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #411461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411461 is #BEEB9E. Grayscale: #292929. Windows color (decimal): -12512159 or 6362177. OLE color: 6362177.

HSL color Cylindrical-coordinate representation of color #411461: hue angle of 275.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411461 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 20 97 -
CMYK 0.33 0.79 0 0.62
HSL 275.06º 0.66% 0.23% -
HSV(B) 275.06º 0.79% 0.38% -
XYZ 4.59 2.49 11.55 -
YUV 42.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 65 20 97 0.33 0.79 0 0.62 275.06 0.66 0.23
Hex 41 14 61 21 4F 0 3E 113 42 17
Octal 101 24 141 41 117 0 76 423 102 27
Binary 1000001 10100 1100001 100001 1001111 0 111110 100010011 1000010 10111

Color Harmonies of #411461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411461

Black with #411461

Text Example


Text Example

White with #411461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411461; }

 p { color: rgb(65,20,97); }

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

background-color css

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

 a { background-color: rgb(65,20,97); }

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

border-color css

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

 span { border-color: rgb(65,20,97); }

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