Html Css Color HEX #411B61 Christalle

📋 copy color: '#411B61'

red 65 ◦ green 27 ◦ blue 97

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

Shades of Christalle #411B61

Tints of Christalle #411B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

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

R = 34.39%
G = 14.29%
B = 51.32%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#411B61 (or 0x411B61) is known color: Christalle. HEX triplet: 41, 1B and 61. RGB value is (65,27,97). Sum of RGB (Red+Green+Blue) = 65+27+97=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #411B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B61 is #BEE49E. Grayscale: #2E2E2E. Windows color (decimal): -12510367 or 6363969. OLE color: 6363969.

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

Color convert

RGB 65 27 97 -
CMYK 0.33 0.72 0 0.62
HSL 272.57º 0.56% 0.24% -
HSV(B) 272.57º 0.72% 0.38% -
XYZ 4.73 2.77 11.59 -
YUV 46.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 65 27 97 0.33 0.72 0 0.62 272.57 0.56 0.24
Hex 41 1B 61 21 48 0 3E 111 38 18
Octal 101 33 141 41 110 0 76 421 70 30
Binary 1000001 11011 1100001 100001 1001000 0 111110 100010001 111000 11000

Color Harmonies of #411B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B61

Black with #411B61

Text Example


Text Example

White with #411B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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