Html Css Color HEX #442472 Windsor

📋 copy color: '#442472'

red 68 ◦ green 36 ◦ blue 114

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

Shades of Windsor #442472

Tints of Windsor #442472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 31.19%
G = 16.51%
B = 52.29%

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

#442472 (or 0x442472) is known color: Windsor. HEX triplet: 44, 24 and 72. RGB value is (68,36,114). Sum of RGB (Red+Green+Blue) = 68+36+114=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #442472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442472 is #BBDB8D. Grayscale: #363636. Windows color (decimal): -12311438 or 7480388. OLE color: 7480388.

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

Color convert

RGB 68 36 114 -
CMYK 0.40 0.68 0 0.55
HSL 264.62º 0.52% 0.29% -
HSV(B) 264.62º 0.68% 0.45% -
XYZ 6.05 3.71 16.32 -
YUV 54.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 68 36 114 0.40 0.68 0 0.55 264.62 0.52 0.29
Hex 44 24 72 28 44 0 37 109 34 1D
Octal 104 44 162 50 104 0 67 411 64 35
Binary 1000100 100100 1110010 101000 1000100 0 110111 100001001 110100 11101

Color Harmonies of #442472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442472

Black with #442472

Text Example


Text Example

White with #442472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442472; }

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

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

background-color css

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

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

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

border-color css

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

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

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