Html Css Color HEX #442575 Windsor

📋 copy color: '#442575'

red 68 ◦ green 37 ◦ blue 117

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

Shades of Windsor #442575

Tints of Windsor #442575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 30.63%
G = 16.67%
B = 52.7%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442575 (or 0x442575) is known color: Windsor. HEX triplet: 44, 25 and 75. RGB value is (68,37,117). Sum of RGB (Red+Green+Blue) = 68+37+117=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #442575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442575 is #BBDA8A. Grayscale: #373737. Windows color (decimal): -12311179 or 7677252. OLE color: 7677252.

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

Color convert

RGB 68 37 117 -
CMYK 0.42 0.68 0 0.54
HSL 263.25º 0.52% 0.3% -
HSV(B) 263.25º 0.68% 0.46% -
XYZ 6.26 3.84 17.24 -
YUV 55.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 68 37 117 0.42 0.68 0 0.54 263.25 0.52 0.3
Hex 44 25 75 2A 44 0 36 107 34 1E
Octal 104 45 165 52 104 0 66 407 64 36
Binary 1000100 100101 1110101 101010 1000100 0 110110 100000111 110100 11110

Color Harmonies of #442575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442575

Black with #442575

Text Example


Text Example

White with #442575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442575; }

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

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

background-color css

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

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

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

border-color css

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

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

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