Html Css Color HEX #442971 Windsor

📋 copy color: '#442971'

red 68 ◦ green 41 ◦ blue 113

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

Shades of Windsor #442971

Tints of Windsor #442971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 30.63%
G = 18.47%
B = 50.9%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442971 (or 0x442971) is known color: Windsor. HEX triplet: 44, 29 and 71. RGB value is (68,41,113). Sum of RGB (Red+Green+Blue) = 68+41+113=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #442971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442971 is #BBD68E. Grayscale: #393939. Windows color (decimal): -12310159 or 7416132. OLE color: 7416132.

HSL color Cylindrical-coordinate representation of color #442971: hue angle of 262.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #442971 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 41 113 -
CMYK 0.40 0.64 0 0.56
HSL 262.5º 0.47% 0.3% -
HSV(B) 262.5º 0.64% 0.44% -
XYZ 6.16 4.01 16.07 -
YUV 57.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 68 41 113 0.40 0.64 0 0.56 262.5 0.47 0.3
Hex 44 29 71 28 40 0 38 106 2F 1E
Octal 104 51 161 50 100 0 70 406 57 36
Binary 1000100 101001 1110001 101000 1000000 0 111000 100000110 101111 11110

Color Harmonies of #442971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442971

Black with #442971

Text Example


Text Example

White with #442971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442971; }

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

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

background-color css

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

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

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

border-color css

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

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

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