Html Css Color HEX #442785 Windsor

📋 copy color: '#442785'

red 68 ◦ green 39 ◦ blue 133

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

Shades of Windsor #442785

Tints of Windsor #442785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 28.33%
G = 16.25%
B = 55.42%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442785 (or 0x442785) is known color: Windsor. HEX triplet: 44, 27 and 85. RGB value is (68,39,133). Sum of RGB (Red+Green+Blue) = 68+39+133=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #442785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442785 is #BBD87A. Grayscale: #3A3A3A. Windows color (decimal): -12310651 or 8726340. OLE color: 8726340.

HSL color Cylindrical-coordinate representation of color #442785: hue angle of 258.51º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442785 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 39 133 -
CMYK 0.49 0.71 0 0.48
HSL 258.51º 0.55% 0.34% -
HSV(B) 258.51º 0.71% 0.52% -
XYZ 7.34 4.37 22.65 -
YUV 58.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 68 39 133 0.49 0.71 0 0.48 258.51 0.55 0.34
Hex 44 27 85 31 47 0 30 103 37 22
Octal 104 47 205 61 107 0 60 403 67 42
Binary 1000100 100111 10000101 110001 1000111 0 110000 100000011 110111 100010

Color Harmonies of #442785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442785

Black with #442785

Text Example


Text Example

White with #442785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442785; }

 p { color: rgb(68,39,133); }

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

background-color css

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

 a { background-color: rgb(68,39,133); }

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

border-color css

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

 span { border-color: rgb(68,39,133); }

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