Html Css Color HEX #442576 Windsor

📋 copy color: '#442576'

red 68 ◦ green 37 ◦ blue 118

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

Shades of Windsor #442576

Tints of Windsor #442576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 30.49%
G = 16.59%
B = 52.91%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442576 (or 0x442576) is known color: Windsor. HEX triplet: 44, 25 and 76. RGB value is (68,37,118). Sum of RGB (Red+Green+Blue) = 68+37+118=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #442576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442576 is #BBDA89. Grayscale: #373737. Windows color (decimal): -12311178 or 7742788. OLE color: 7742788.

HSL color Cylindrical-coordinate representation of color #442576: hue angle of 262.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442576 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 37 118 -
CMYK 0.42 0.69 0 0.54
HSL 262.96º 0.52% 0.3% -
HSV(B) 262.96º 0.69% 0.46% -
XYZ 6.32 3.86 17.55 -
YUV 55.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 68 37 118 0.42 0.69 0 0.54 262.96 0.52 0.3
Hex 44 25 76 2A 45 0 36 107 34 1E
Octal 104 45 166 52 105 0 66 407 64 36
Binary 1000100 100101 1110110 101010 1000101 0 110110 100000111 110100 11110

Color Harmonies of #442576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442576

Black with #442576

Text Example


Text Example

White with #442576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442576; }

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

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

background-color css

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

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

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

border-color css

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

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

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