Html Css Color HEX #412261 Christalle

📋 copy color: '#412261'

red 65 ◦ green 34 ◦ blue 97

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

Shades of Christalle #412261

Tints of Christalle #412261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 33.16%
G = 17.35%
B = 49.49%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412261 (or 0x412261) is known color: Christalle. HEX triplet: 41, 22 and 61. RGB value is (65,34,97). Sum of RGB (Red+Green+Blue) = 65+34+97=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #412261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412261 is #BEDD9E. Grayscale: #323232. Windows color (decimal): -12508575 or 6365761. OLE color: 6365761.

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

Color convert

RGB 65 34 97 -
CMYK 0.33 0.65 0 0.62
HSL 269.52º 0.48% 0.26% -
HSV(B) 269.52º 0.65% 0.38% -
XYZ 4.91 3.13 11.65 -
YUV 50.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 65 34 97 0.33 0.65 0 0.62 269.52 0.48 0.26
Hex 41 22 61 21 41 0 3E 10E 30 1A
Octal 101 42 141 41 101 0 76 416 60 32
Binary 1000001 100010 1100001 100001 1000001 0 111110 100001110 110000 11010

Color Harmonies of #412261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412261

Black with #412261

Text Example


Text Example

White with #412261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412261; }

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

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

background-color css

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

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

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

border-color css

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

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

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