Html Css Color HEX #442163 Christalle

📋 copy color: '#442163'

red 68 ◦ green 33 ◦ blue 99

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

Shades of Christalle #442163

Tints of Christalle #442163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 34%
G = 16.5%
B = 49.5%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#442163 (or 0x442163) is known color: Christalle. HEX triplet: 44, 21 and 63. RGB value is (68,33,99). Sum of RGB (Red+Green+Blue) = 68+33+99=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #442163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442163 is #BBDE9C. Grayscale: #323232. Windows color (decimal): -12312221 or 6496580. OLE color: 6496580.

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

Color convert

RGB 68 33 99 -
CMYK 0.31 0.67 0 0.61
HSL 271.82º 0.5% 0.26% -
HSV(B) 271.82º 0.67% 0.39% -
XYZ 5.18 3.22 12.15 -
YUV 50.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 68 33 99 0.31 0.67 0 0.61 271.82 0.5 0.26
Hex 44 21 63 1F 43 0 3D 110 32 1A
Octal 104 41 143 37 103 0 75 420 62 32
Binary 1000100 100001 1100011 11111 1000011 0 111101 100010000 110010 11010

Color Harmonies of #442163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442163

Black with #442163

Text Example


Text Example

White with #442163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442163; }

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

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

background-color css

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

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

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

border-color css

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

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

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