Html Css Color HEX #442572 Windsor

📋 copy color: '#442572'

red 68 ◦ green 37 ◦ blue 114

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

Shades of Windsor #442572

Tints of Windsor #442572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 31.05%
G = 16.89%
B = 52.05%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442572 (or 0x442572) is known color: Windsor. HEX triplet: 44, 25 and 72. RGB value is (68,37,114). Sum of RGB (Red+Green+Blue) = 68+37+114=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #442572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442572 is #BBDA8D. Grayscale: #363636. Windows color (decimal): -12311182 or 7480644. OLE color: 7480644.

HSL color Cylindrical-coordinate representation of color #442572: hue angle of 264.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442572 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 37 114 -
CMYK 0.40 0.68 0 0.55
HSL 264.16º 0.51% 0.3% -
HSV(B) 264.16º 0.68% 0.45% -
XYZ 6.08 3.77 16.33 -
YUV 55.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 68 37 114 0.40 0.68 0 0.55 264.16 0.51 0.3
Hex 44 25 72 28 44 0 37 108 33 1E
Octal 104 45 162 50 104 0 67 410 63 36
Binary 1000100 100101 1110010 101000 1000100 0 110111 100001000 110011 11110

Color Harmonies of #442572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442572

Black with #442572

Text Example


Text Example

White with #442572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442572; }

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

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

background-color css

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

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

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

border-color css

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

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

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