Html Css Color HEX #442985 Windsor

📋 copy color: '#442985'

red 68 ◦ green 41 ◦ blue 133

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

Shades of Windsor #442985

Tints of Windsor #442985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

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

R = 28.1%
G = 16.94%
B = 54.96%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442985 (or 0x442985) is known color: Windsor. HEX triplet: 44, 29 and 85. RGB value is (68,41,133). Sum of RGB (Red+Green+Blue) = 68+41+133=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #442985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442985 is #BBD67A. Grayscale: #3B3B3B. Windows color (decimal): -12310139 or 8726852. OLE color: 8726852.

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

Color convert

RGB 68 41 133 -
CMYK 0.49 0.69 0 0.48
HSL 257.61º 0.53% 0.34% -
HSV(B) 257.61º 0.69% 0.52% -
XYZ 7.41 4.51 22.67 -
YUV 59.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 68 41 133 0.49 0.69 0 0.48 257.61 0.53 0.34
Hex 44 29 85 31 45 0 30 102 35 22
Octal 104 51 205 61 105 0 60 402 65 42
Binary 1000100 101001 10000101 110001 1000101 0 110000 100000010 110101 100010

Color Harmonies of #442985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442985

Black with #442985

Text Example


Text Example

White with #442985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442985; }

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

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

background-color css

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

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

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

border-color css

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

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

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