Html Css Color HEX #442161 Christalle

📋 copy color: '#442161'

red 68 ◦ green 33 ◦ blue 97

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

Shades of Christalle #442161

Tints of Christalle #442161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.99%

R = 34.34%
G = 16.67%
B = 48.99%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442161 (or 0x442161) is known color: Christalle. HEX triplet: 44, 21 and 61. RGB value is (68,33,97). Sum of RGB (Red+Green+Blue) = 68+33+97=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #442161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442161 is #BBDE9E. Grayscale: #323232. Windows color (decimal): -12312223 or 6365508. OLE color: 6365508.

HSL color Cylindrical-coordinate representation of color #442161: hue angle of 272.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442161 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 33 97 -
CMYK 0.30 0.66 0 0.62
HSL 272.81º 0.49% 0.25% -
HSV(B) 272.81º 0.66% 0.38% -
XYZ 5.09 3.18 11.65 -
YUV 50.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 68 33 97 0.30 0.66 0 0.62 272.81 0.49 0.25
Hex 44 21 61 1E 42 0 3E 111 31 19
Octal 104 41 141 36 102 0 76 421 61 31
Binary 1000100 100001 1100001 11110 1000010 0 111110 100010001 110001 11001

Color Harmonies of #442161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442161

Black with #442161

Text Example


Text Example

White with #442161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442161; }

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

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

background-color css

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

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

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

border-color css

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

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

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