Html Css Color HEX #442D5F Christalle

📋 copy color: '#442D5F'

red 68 ◦ green 45 ◦ blue 95

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

Shades of Christalle #442D5F

Tints of Christalle #442D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.67%

R = 32.69%
G = 21.63%
B = 45.67%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#442D5F (or 0x442D5F) is known color: Christalle. HEX triplet: 44, 2D and 5F. RGB value is (68,45,95). Sum of RGB (Red+Green+Blue) = 68+45+95=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #442D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D5F is #BBD2A0. Grayscale: #393939. Windows color (decimal): -12309153 or 6237508. OLE color: 6237508.

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

Color convert

RGB 68 45 95 -
CMYK 0.28 0.53 0 0.63
HSL 267.6º 0.36% 0.27% -
HSV(B) 267.6º 0.53% 0.37% -
XYZ 5.39 3.93 11.3 -
YUV 57.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 68 45 95 0.28 0.53 0 0.63 267.6 0.36 0.27
Hex 44 2D 5F 1C 35 0 3F 10C 24 1B
Octal 104 55 137 34 65 0 77 414 44 33
Binary 1000100 101101 1011111 11100 110101 0 111111 100001100 100100 11011

Color Harmonies of #442D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D5F

Black with #442D5F

Text Example


Text Example

White with #442D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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