Html Css Color HEX #442861 Christalle

📋 copy color: '#442861'

red 68 ◦ green 40 ◦ blue 97

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

Shades of Christalle #442861

Tints of Christalle #442861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 33.17%
G = 19.51%
B = 47.32%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442861 (or 0x442861) is known color: Christalle. HEX triplet: 44, 28 and 61. RGB value is (68,40,97). Sum of RGB (Red+Green+Blue) = 68+40+97=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #442861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442861 is #BBD79E. Grayscale: #363636. Windows color (decimal): -12310431 or 6367300. OLE color: 6367300.

HSL color Cylindrical-coordinate representation of color #442861: hue angle of 269.47º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442861 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 40 97 -
CMYK 0.30 0.59 0 0.62
HSL 269.47º 0.42% 0.27% -
HSV(B) 269.47º 0.59% 0.38% -
XYZ 5.3 3.61 11.73 -
YUV 54.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 68 40 97 0.30 0.59 0 0.62 269.47 0.42 0.27
Hex 44 28 61 1E 3B 0 3E 10D 2A 1B
Octal 104 50 141 36 73 0 76 415 52 33
Binary 1000100 101000 1100001 11110 111011 0 111110 100001101 101010 11011

Color Harmonies of #442861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442861

Black with #442861

Text Example


Text Example

White with #442861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442861; }

 p { color: rgb(68,40,97); }

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

background-color css

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

 a { background-color: rgb(68,40,97); }

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

border-color css

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

 span { border-color: rgb(68,40,97); }

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