Html Css Color HEX #412161 Christalle

📋 copy color: '#412161'

red 65 ◦ green 33 ◦ blue 97

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

Shades of Christalle #412161

Tints of Christalle #412161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 33.33%
G = 16.92%
B = 49.74%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412161 (or 0x412161) is known color: Christalle. HEX triplet: 41, 21 and 61. RGB value is (65,33,97). Sum of RGB (Red+Green+Blue) = 65+33+97=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #412161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412161 is #BEDE9E. Grayscale: #313131. Windows color (decimal): -12508831 or 6365505. OLE color: 6365505.

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

Color convert

RGB 65 33 97 -
CMYK 0.33 0.66 0 0.62
HSL 270º 0.49% 0.25% -
HSV(B) 270º 0.66% 0.38% -
XYZ 4.88 3.07 11.65 -
YUV 49.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 65 33 97 0.33 0.66 0 0.62 270 0.49 0.25
Hex 41 21 61 21 42 0 3E 10E 31 19
Octal 101 41 141 41 102 0 76 416 61 31
Binary 1000001 100001 1100001 100001 1000010 0 111110 100001110 110001 11001

Color Harmonies of #412161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412161

Black with #412161

Text Example


Text Example

White with #412161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412161; }

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

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

background-color css

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

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

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

border-color css

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

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

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