Html Css Color HEX #442191 Windsor

📋 copy color: '#442191'

red 68 ◦ green 33 ◦ blue 145

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

Shades of Windsor #442191

Tints of Windsor #442191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 27.64%
G = 13.41%
B = 58.94%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442191 (or 0x442191) is known color: Windsor. HEX triplet: 44, 21 and 91. RGB value is (68,33,145). Sum of RGB (Red+Green+Blue) = 68+33+145=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #442191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442191 is #BBDE6E. Grayscale: #373737. Windows color (decimal): -12312175 or 9511236. OLE color: 9511236.

HSL color Cylindrical-coordinate representation of color #442191: hue angle of 258.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442191 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 33 145 -
CMYK 0.53 0.77 0 0.43
HSL 258.75º 0.63% 0.35% -
HSV(B) 258.75º 0.77% 0.57% -
XYZ 8.04 4.36 27.21 -
YUV 56.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 68 33 145 0.53 0.77 0 0.43 258.75 0.63 0.35
Hex 44 21 91 35 4D 0 2B 103 3F 23
Octal 104 41 221 65 115 0 53 403 77 43
Binary 1000100 100001 10010001 110101 1001101 0 101011 100000011 111111 100011

Color Harmonies of #442191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442191

Black with #442191

Text Example


Text Example

White with #442191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442191; }

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

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

background-color css

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

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

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

border-color css

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

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

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