Html Css Color HEX #442286 Windsor

📋 copy color: '#442286'

red 68 ◦ green 34 ◦ blue 134

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

Shades of Windsor #442286

Tints of Windsor #442286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 134 (52.73% from 255) = 56.78%

R = 28.81%
G = 14.41%
B = 56.78%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442286 (or 0x442286) is known color: Windsor. HEX triplet: 44, 22 and 86. RGB value is (68,34,134). Sum of RGB (Red+Green+Blue) = 68+34+134=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #442286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442286 is #BBDD79. Grayscale: #373737. Windows color (decimal): -12311930 or 8790596. OLE color: 8790596.

HSL color Cylindrical-coordinate representation of color #442286: hue angle of 260.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442286 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 34 134 -
CMYK 0.49 0.75 0 0.47
HSL 260.4º 0.6% 0.33% -
HSV(B) 260.4º 0.75% 0.53% -
XYZ 7.26 4.09 22.96 -
YUV 55.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 68 34 134 0.49 0.75 0 0.47 260.4 0.6 0.33
Hex 44 22 86 31 4B 0 2F 104 3C 21
Octal 104 42 206 61 113 0 57 404 74 41
Binary 1000100 100010 10000110 110001 1001011 0 101111 100000100 111100 100001

Color Harmonies of #442286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442286

Black with #442286

Text Example


Text Example

White with #442286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442286; }

 p { color: rgb(68,34,134); }

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

background-color css

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

 a { background-color: rgb(68,34,134); }

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

border-color css

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

 span { border-color: rgb(68,34,134); }

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