Html Css Color HEX #442574 Windsor

📋 copy color: '#442574'

red 68 ◦ green 37 ◦ blue 116

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

Shades of Windsor #442574

Tints of Windsor #442574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 30.77%
G = 16.74%
B = 52.49%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442574 (or 0x442574) is known color: Windsor. HEX triplet: 44, 25 and 74. RGB value is (68,37,116). Sum of RGB (Red+Green+Blue) = 68+37+116=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #442574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442574 is #BBDA8B. Grayscale: #363636. Windows color (decimal): -12311180 or 7611716. OLE color: 7611716.

HSL color Cylindrical-coordinate representation of color #442574: hue angle of 263.54º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442574 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 37 116 -
CMYK 0.41 0.68 0 0.55
HSL 263.54º 0.52% 0.3% -
HSV(B) 263.54º 0.68% 0.45% -
XYZ 6.2 3.81 16.93 -
YUV 55.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 68 37 116 0.41 0.68 0 0.55 263.54 0.52 0.3
Hex 44 25 74 29 44 0 37 108 34 1E
Octal 104 45 164 51 104 0 67 410 64 36
Binary 1000100 100101 1110100 101001 1000100 0 110111 100001000 110100 11110

Color Harmonies of #442574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442574

Black with #442574

Text Example


Text Example

White with #442574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442574; }

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

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

background-color css

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

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

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

border-color css

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

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

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