Html Css Color HEX #442975 Windsor

📋 copy color: '#442975'

red 68 ◦ green 41 ◦ blue 117

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

Shades of Windsor #442975

Tints of Windsor #442975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 30.09%
G = 18.14%
B = 51.77%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442975 (or 0x442975) is known color: Windsor. HEX triplet: 44, 29 and 75. RGB value is (68,41,117). Sum of RGB (Red+Green+Blue) = 68+41+117=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #442975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442975 is #BBD68A. Grayscale: #393939. Windows color (decimal): -12310155 or 7678276. OLE color: 7678276.

HSL color Cylindrical-coordinate representation of color #442975: hue angle of 261.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442975 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 41 117 -
CMYK 0.42 0.65 0 0.54
HSL 261.32º 0.48% 0.31% -
HSV(B) 261.32º 0.65% 0.46% -
XYZ 6.39 4.1 17.28 -
YUV 57.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 68 41 117 0.42 0.65 0 0.54 261.32 0.48 0.31
Hex 44 29 75 2A 41 0 36 105 30 1F
Octal 104 51 165 52 101 0 66 405 60 37
Binary 1000100 101001 1110101 101010 1000001 0 110110 100000101 110000 11111

Color Harmonies of #442975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442975

Black with #442975

Text Example


Text Example

White with #442975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442975; }

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

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

background-color css

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

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

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

border-color css

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

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

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