Html Css Color HEX #441B68 Christalle

📋 copy color: '#441B68'

red 68 ◦ green 27 ◦ blue 104

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

Shades of Christalle #441B68

Tints of Christalle #441B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 34.17%
G = 13.57%
B = 52.26%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#441B68 (or 0x441B68) is known color: Christalle. HEX triplet: 44, 1B and 68. RGB value is (68,27,104). Sum of RGB (Red+Green+Blue) = 68+27+104=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #441B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B68 is #BBE497. Grayscale: #2F2F2F. Windows color (decimal): -12313752 or 6822724. OLE color: 6822724.

HSL color Cylindrical-coordinate representation of color #441B68: hue angle of 271.95º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441B68 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 27 104 -
CMYK 0.35 0.74 0 0.59
HSL 271.95º 0.59% 0.26% -
HSV(B) 271.95º 0.74% 0.41% -
XYZ 5.27 3.01 13.4 -
YUV 48.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 68 27 104 0.35 0.74 0 0.59 271.95 0.59 0.26
Hex 44 1B 68 23 4A 0 3B 110 3B 1A
Octal 104 33 150 43 112 0 73 420 73 32
Binary 1000100 11011 1101000 100011 1001010 0 111011 100010000 111011 11010

Color Harmonies of #441B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B68

Black with #441B68

Text Example


Text Example

White with #441B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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