Html Css Color HEX #442063 Christalle

📋 copy color: '#442063'

red 68 ◦ green 32 ◦ blue 99

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

Shades of Christalle #442063

Tints of Christalle #442063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 34.17%
G = 16.08%
B = 49.75%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#442063 (or 0x442063) is known color: Christalle. HEX triplet: 44, 20 and 63. RGB value is (68,32,99). Sum of RGB (Red+Green+Blue) = 68+32+99=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #442063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442063 is #BBDF9C. Grayscale: #323232. Windows color (decimal): -12312477 or 6496324. OLE color: 6496324.

HSL color Cylindrical-coordinate representation of color #442063: hue angle of 272.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442063 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 32 99 -
CMYK 0.31 0.68 0 0.61
HSL 272.24º 0.51% 0.26% -
HSV(B) 272.24º 0.68% 0.39% -
XYZ 5.15 3.16 12.14 -
YUV 50.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 68 32 99 0.31 0.68 0 0.61 272.24 0.51 0.26
Hex 44 20 63 1F 44 0 3D 110 33 1A
Octal 104 40 143 37 104 0 75 420 63 32
Binary 1000100 100000 1100011 11111 1000100 0 111101 100010000 110011 11010

Color Harmonies of #442063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442063

Black with #442063

Text Example


Text Example

White with #442063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442063; }

 p { color: rgb(68,32,99); }

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

background-color css

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

 a { background-color: rgb(68,32,99); }

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

border-color css

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

 span { border-color: rgb(68,32,99); }

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