Html Css Color HEX #442C61 Christalle

📋 copy color: '#442C61'

red 68 ◦ green 44 ◦ blue 97

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

Shades of Christalle #442C61

Tints of Christalle #442C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

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

R = 32.54%
G = 21.05%
B = 46.41%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442C61 (or 0x442C61) is known color: Christalle. HEX triplet: 44, 2C and 61. RGB value is (68,44,97). Sum of RGB (Red+Green+Blue) = 68+44+97=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #442C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C61 is #BBD39E. Grayscale: #393939. Windows color (decimal): -12309407 or 6368324. OLE color: 6368324.

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

Color convert

RGB 68 44 97 -
CMYK 0.30 0.55 0 0.62
HSL 267.17º 0.38% 0.28% -
HSV(B) 267.17º 0.55% 0.38% -
XYZ 5.44 3.89 11.77 -
YUV 57.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 68 44 97 0.30 0.55 0 0.62 267.17 0.38 0.28
Hex 44 2C 61 1E 37 0 3E 10B 26 1C
Octal 104 54 141 36 67 0 76 413 46 34
Binary 1000100 101100 1100001 11110 110111 0 111110 100001011 100110 11100

Color Harmonies of #442C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C61

Black with #442C61

Text Example


Text Example

White with #442C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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