Html Css Color HEX #442D61 Christalle

📋 copy color: '#442D61'

red 68 ◦ green 45 ◦ blue 97

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

Shades of Christalle #442D61

Tints of Christalle #442D61

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

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

R = 32.38%
G = 21.43%
B = 46.19%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442D61 (or 0x442D61) is known color: Christalle. HEX triplet: 44, 2D and 61. RGB value is (68,45,97). Sum of RGB (Red+Green+Blue) = 68+45+97=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #442D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D61 is #BBD29E. Grayscale: #393939. Windows color (decimal): -12309151 or 6368580. OLE color: 6368580.

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

Color convert

RGB 68 45 97 -
CMYK 0.30 0.54 0 0.62
HSL 266.54º 0.37% 0.28% -
HSV(B) 266.54º 0.54% 0.38% -
XYZ 5.48 3.97 11.79 -
YUV 57.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 68 45 97 0.30 0.54 0 0.62 266.54 0.37 0.28
Hex 44 2D 61 1E 36 0 3E 10B 25 1C
Octal 104 55 141 36 66 0 76 413 45 34
Binary 1000100 101101 1100001 11110 110110 0 111110 100001011 100101 11100

Color Harmonies of #442D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D61

Black with #442D61

Text Example


Text Example

White with #442D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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