Html Css Color HEX #442D60 Christalle

📋 copy color: '#442D60'

red 68 ◦ green 45 ◦ blue 96

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

Shades of Christalle #442D60

Tints of Christalle #442D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 32.54%
G = 21.53%
B = 45.93%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442D60 (or 0x442D60) is known color: Christalle. HEX triplet: 44, 2D and 60. RGB value is (68,45,96). Sum of RGB (Red+Green+Blue) = 68+45+96=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #442D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D60 is #BBD29F. Grayscale: #393939. Windows color (decimal): -12309152 or 6303044. OLE color: 6303044.

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

Color convert

RGB 68 45 96 -
CMYK 0.29 0.53 0 0.62
HSL 267.06º 0.36% 0.28% -
HSV(B) 267.06º 0.53% 0.38% -
XYZ 5.43 3.95 11.54 -
YUV 57.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 68 45 96 0.29 0.53 0 0.62 267.06 0.36 0.28
Hex 44 2D 60 1D 35 0 3E 10B 24 1C
Octal 104 55 140 35 65 0 76 413 44 34
Binary 1000100 101101 1100000 11101 110101 0 111110 100001011 100100 11100

Color Harmonies of #442D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D60

Black with #442D60

Text Example


Text Example

White with #442D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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