Html Css Color HEX #442565 Christalle

📋 copy color: '#442565'

red 68 ◦ green 37 ◦ blue 101

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

Shades of Christalle #442565

Tints of Christalle #442565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 33.01%
G = 17.96%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#442565 (or 0x442565) is known color: Christalle. HEX triplet: 44, 25 and 65. RGB value is (68,37,101). Sum of RGB (Red+Green+Blue) = 68+37+101=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #442565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442565 is #BBDA9A. Grayscale: #353535. Windows color (decimal): -12311195 or 6628676. OLE color: 6628676.

HSL color Cylindrical-coordinate representation of color #442565: hue angle of 269.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442565 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 37 101 -
CMYK 0.33 0.63 0 0.60
HSL 269.06º 0.46% 0.27% -
HSV(B) 269.06º 0.63% 0.4% -
XYZ 5.39 3.49 12.7 -
YUV 53.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 68 37 101 0.33 0.63 0 0.60 269.06 0.46 0.27
Hex 44 25 65 21 3F 0 3C 10D 2E 1B
Octal 104 45 145 41 77 0 74 415 56 33
Binary 1000100 100101 1100101 100001 111111 0 111100 100001101 101110 11011

Color Harmonies of #442565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442565

Black with #442565

Text Example


Text Example

White with #442565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442565; }

 p { color: rgb(68,37,101); }

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

background-color css

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

 a { background-color: rgb(68,37,101); }

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

border-color css

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

 span { border-color: rgb(68,37,101); }

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