Html Css Color HEX #441068 Christalle

📋 copy color: '#441068'

red 68 ◦ green 16 ◦ blue 104

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

Shades of Christalle #441068

Tints of Christalle #441068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 36.17%
G = 8.51%
B = 55.32%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#441068 (or 0x441068) is known color: Christalle. HEX triplet: 44, 10 and 68. RGB value is (68,16,104). Sum of RGB (Red+Green+Blue) = 68+16+104=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #441068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441068 is #BBEF97. Grayscale: #292929. Windows color (decimal): -12316568 or 6819908. OLE color: 6819908.

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

Color convert

RGB 68 16 104 -
CMYK 0.35 0.85 0 0.59
HSL 275.45º 0.73% 0.24% -
HSV(B) 275.45º 0.85% 0.41% -
XYZ 5.07 2.6 13.33 -
YUV 41.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 68 16 104 0.35 0.85 0 0.59 275.45 0.73 0.24
Hex 44 10 68 23 55 0 3B 113 49 18
Octal 104 20 150 43 125 0 73 423 111 30
Binary 1000100 10000 1101000 100011 1010101 0 111011 100010011 1001001 11000

Color Harmonies of #441068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441068

Black with #441068

Text Example


Text Example

White with #441068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441068; }

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

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

background-color css

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

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

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

border-color css

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

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

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