Html Css Color HEX #441B65 Christalle

📋 copy color: '#441B65'

red 68 ◦ green 27 ◦ blue 101

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

Shades of Christalle #441B65

Tints of Christalle #441B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.53%

R = 34.69%
G = 13.78%
B = 51.53%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#441B65 (or 0x441B65) is known color: Christalle. HEX triplet: 44, 1B and 65. RGB value is (68,27,101). Sum of RGB (Red+Green+Blue) = 68+27+101=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #441B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B65 is #BBE49A. Grayscale: #2F2F2F. Windows color (decimal): -12313755 or 6626116. OLE color: 6626116.

HSL color Cylindrical-coordinate representation of color #441B65: hue angle of 273.24º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441B65 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 27 101 -
CMYK 0.33 0.73 0 0.60
HSL 273.24º 0.58% 0.25% -
HSV(B) 273.24º 0.73% 0.4% -
XYZ 5.12 2.95 12.61 -
YUV 47.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 68 27 101 0.33 0.73 0 0.60 273.24 0.58 0.25
Hex 44 1B 65 21 49 0 3C 111 3A 19
Octal 104 33 145 41 111 0 74 421 72 31
Binary 1000100 11011 1100101 100001 1001001 0 111100 100010001 111010 11001

Color Harmonies of #441B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B65

Black with #441B65

Text Example


Text Example

White with #441B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,27,101); }

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

background-color css

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

 a { background-color: rgb(68,27,101); }

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

border-color css

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

 span { border-color: rgb(68,27,101); }

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