Html Css Color HEX #442061 Christalle

📋 copy color: '#442061'

red 68 ◦ green 32 ◦ blue 97

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

Shades of Christalle #442061

Tints of Christalle #442061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 34.52%
G = 16.24%
B = 49.24%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442061 (or 0x442061) is known color: Christalle. HEX triplet: 44, 20 and 61. RGB value is (68,32,97). Sum of RGB (Red+Green+Blue) = 68+32+97=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #442061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442061 is #BBDF9E. Grayscale: #313131. Windows color (decimal): -12312479 or 6365252. OLE color: 6365252.

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

Color convert

RGB 68 32 97 -
CMYK 0.30 0.67 0 0.62
HSL 273.23º 0.5% 0.25% -
HSV(B) 273.23º 0.67% 0.38% -
XYZ 5.06 3.13 11.65 -
YUV 50.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 68 32 97 0.30 0.67 0 0.62 273.23 0.5 0.25
Hex 44 20 61 1E 43 0 3E 111 32 19
Octal 104 40 141 36 103 0 76 421 62 31
Binary 1000100 100000 1100001 11110 1000011 0 111110 100010001 110010 11001

Color Harmonies of #442061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442061

Black with #442061

Text Example


Text Example

White with #442061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442061; }

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

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

background-color css

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

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

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

border-color css

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

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

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