Html Css Color HEX #412561 Christalle

📋 copy color: '#412561'

red 65 ◦ green 37 ◦ blue 97

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

Shades of Christalle #412561

Tints of Christalle #412561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 32.66%
G = 18.59%
B = 48.74%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412561 (or 0x412561) is known color: Christalle. HEX triplet: 41, 25 and 61. RGB value is (65,37,97). Sum of RGB (Red+Green+Blue) = 65+37+97=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #412561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412561 is #BEDA9E. Grayscale: #343434. Windows color (decimal): -12507807 or 6366529. OLE color: 6366529.

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

Color convert

RGB 65 37 97 -
CMYK 0.33 0.62 0 0.62
HSL 268º 0.45% 0.26% -
HSV(B) 268º 0.62% 0.38% -
XYZ 5 3.31 11.68 -
YUV 52.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 65 37 97 0.33 0.62 0 0.62 268 0.45 0.26
Hex 41 25 61 21 3E 0 3E 10C 2D 1A
Octal 101 45 141 41 76 0 76 414 55 32
Binary 1000001 100101 1100001 100001 111110 0 111110 100001100 101101 11010

Color Harmonies of #412561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412561

Black with #412561

Text Example


Text Example

White with #412561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412561; }

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

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

background-color css

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

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

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

border-color css

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

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

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