Html Css Color HEX #441E66 Christalle

📋 copy color: '#441E66'

red 68 ◦ green 30 ◦ blue 102

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

Shades of Christalle #441E66

Tints of Christalle #441E66

RGB

 RED value IS 68 (26.95% from 255) = 34%

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 34%
G = 15%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#441E66 (or 0x441E66) is known color: Christalle. HEX triplet: 44, 1E and 66. RGB value is (68,30,102). Sum of RGB (Red+Green+Blue) = 68+30+102=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #441E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E66 is #BBE199. Grayscale: #313131. Windows color (decimal): -12312986 or 6692420. OLE color: 6692420.

HSL color Cylindrical-coordinate representation of color #441E66: hue angle of 271.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441E66 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 30 102 -
CMYK 0.33 0.71 0 0.6
HSL 271.67º 0.55% 0.26% -
HSV(B) 271.67º 0.71% 0.4% -
XYZ 5.25 3.12 12.9 -
YUV 49.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 68 30 102 0.33 0.71 0 0.6 271.67 0.55 0.26
Hex 44 1E 66 21 47 0 3C 110 37 1A
Octal 104 36 146 41 107 0 74 420 67 32
Binary 1000100 11110 1100110 100001 1000111 0 111100 100010000 110111 11010

Color Harmonies of #441E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E66

Black with #441E66

Text Example


Text Example

White with #441E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E66; }

 p { color: rgb(68,30,102); }

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

background-color css

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

 a { background-color: rgb(68,30,102); }

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

border-color css

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

 span { border-color: rgb(68,30,102); }

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