Html Css Color HEX #442075 Windsor

📋 copy color: '#442075'

red 68 ◦ green 32 ◦ blue 117

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

Shades of Windsor #442075

Tints of Windsor #442075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 31.34%
G = 14.75%
B = 53.92%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442075 (or 0x442075) is known color: Windsor. HEX triplet: 44, 20 and 75. RGB value is (68,32,117). Sum of RGB (Red+Green+Blue) = 68+32+117=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #442075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442075 is #BBDF8A. Grayscale: #343434. Windows color (decimal): -12312459 or 7675972. OLE color: 7675972.

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

Color convert

RGB 68 32 117 -
CMYK 0.42 0.73 0 0.54
HSL 265.41º 0.57% 0.29% -
HSV(B) 265.41º 0.73% 0.46% -
XYZ 6.11 3.55 17.19 -
YUV 52.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 68 32 117 0.42 0.73 0 0.54 265.41 0.57 0.29
Hex 44 20 75 2A 49 0 36 109 39 1D
Octal 104 40 165 52 111 0 66 411 71 35
Binary 1000100 100000 1110101 101010 1001001 0 110110 100001001 111001 11101

Color Harmonies of #442075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442075

Black with #442075

Text Example


Text Example

White with #442075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442075; }

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

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

background-color css

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

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

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

border-color css

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

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

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