Html Css Color HEX #441A69 Christalle

📋 copy color: '#441A69'

red 68 ◦ green 26 ◦ blue 105

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

Shades of Christalle #441A69

Tints of Christalle #441A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.07%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 34.17%
G = 13.07%
B = 52.76%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#441A69 (or 0x441A69) is known color: Christalle. HEX triplet: 44, 1A and 69. RGB value is (68,26,105). Sum of RGB (Red+Green+Blue) = 68+26+105=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #441A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A69 is #BBE596. Grayscale: #2F2F2F. Windows color (decimal): -12314007 or 6888004. OLE color: 6888004.

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

Color convert

RGB 68 26 105 -
CMYK 0.35 0.75 0 0.59
HSL 271.9º 0.6% 0.26% -
HSV(B) 271.9º 0.75% 0.41% -
XYZ 5.3 2.99 13.66 -
YUV 47.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 68 26 105 0.35 0.75 0 0.59 271.9 0.6 0.26
Hex 44 1A 69 23 4B 0 3B 110 3C 1A
Octal 104 32 151 43 113 0 73 420 74 32
Binary 1000100 11010 1101001 100011 1001011 0 111011 100010000 111100 11010

Color Harmonies of #441A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A69

Black with #441A69

Text Example


Text Example

White with #441A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,105); }

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

background-color css

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

 a { background-color: rgb(68,26,105); }

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

border-color css

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

 span { border-color: rgb(68,26,105); }

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