Html Css Color HEX #442C5F Christalle

📋 copy color: '#442C5F'

red 68 ◦ green 44 ◦ blue 95

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

Shades of Christalle #442C5F

Tints of Christalle #442C5F

RGB

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

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

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

R = 32.85%
G = 21.26%
B = 45.89%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#442C5F (or 0x442C5F) is known color: Christalle. HEX triplet: 44, 2C and 5F. RGB value is (68,44,95). Sum of RGB (Red+Green+Blue) = 68+44+95=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #442C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C5F is #BBD3A0. Grayscale: #383838. Windows color (decimal): -12309409 or 6237252. OLE color: 6237252.

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

Color convert

RGB 68 44 95 -
CMYK 0.28 0.54 0 0.63
HSL 268.24º 0.37% 0.27% -
HSV(B) 268.24º 0.54% 0.37% -
XYZ 5.35 3.86 11.29 -
YUV 56.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 68 44 95 0.28 0.54 0 0.63 268.24 0.37 0.27
Hex 44 2C 5F 1C 36 0 3F 10C 25 1B
Octal 104 54 137 34 66 0 77 414 45 33
Binary 1000100 101100 1011111 11100 110110 0 111111 100001100 100101 11011

Color Harmonies of #442C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C5F

Black with #442C5F

Text Example


Text Example

White with #442C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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