Html Css Color HEX #442961 Christalle

📋 copy color: '#442961'

red 68 ◦ green 41 ◦ blue 97

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

Shades of Christalle #442961

Tints of Christalle #442961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

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

R = 33.01%
G = 19.9%
B = 47.09%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442961 (or 0x442961) is known color: Christalle. HEX triplet: 44, 29 and 61. RGB value is (68,41,97). Sum of RGB (Red+Green+Blue) = 68+41+97=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #442961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442961 is #BBD69E. Grayscale: #373737. Windows color (decimal): -12310175 or 6367556. OLE color: 6367556.

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

Color convert

RGB 68 41 97 -
CMYK 0.30 0.58 0 0.62
HSL 268.93º 0.41% 0.27% -
HSV(B) 268.93º 0.58% 0.38% -
XYZ 5.33 3.68 11.74 -
YUV 55.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 68 41 97 0.30 0.58 0 0.62 268.93 0.41 0.27
Hex 44 29 61 1E 3A 0 3E 10D 29 1B
Octal 104 51 141 36 72 0 76 415 51 33
Binary 1000100 101001 1100001 11110 111010 0 111110 100001101 101001 11011

Color Harmonies of #442961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442961

Black with #442961

Text Example


Text Example

White with #442961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442961; }

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

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

background-color css

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

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

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

border-color css

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

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

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