Html Css Color HEX #442C84 Windsor

📋 copy color: '#442C84'

red 68 ◦ green 44 ◦ blue 132

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

Shades of Windsor #442C84

Tints of Windsor #442C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 27.87%
G = 18.03%
B = 54.1%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442C84 (or 0x442C84) is known color: Windsor. HEX triplet: 44, 2C and 84. RGB value is (68,44,132). Sum of RGB (Red+Green+Blue) = 68+44+132=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #442C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C84 is #BBD37B. Grayscale: #3C3C3C. Windows color (decimal): -12309372 or 8662084. OLE color: 8662084.

HSL color Cylindrical-coordinate representation of color #442C84: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442C84 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 44 132 -
CMYK 0.48 0.67 0 0.48
HSL 256.36º 0.5% 0.35% -
HSV(B) 256.36º 0.67% 0.52% -
XYZ 7.45 4.7 22.34 -
YUV 61.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 68 44 132 0.48 0.67 0 0.48 256.36 0.5 0.35
Hex 44 2C 84 30 43 0 30 100 32 23
Octal 104 54 204 60 103 0 60 400 62 43
Binary 1000100 101100 10000100 110000 1000011 0 110000 100000000 110010 100011

Color Harmonies of #442C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C84

Black with #442C84

Text Example


Text Example

White with #442C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C84; }

 p { color: rgb(68,44,132); }

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

background-color css

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

 a { background-color: rgb(68,44,132); }

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

border-color css

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

 span { border-color: rgb(68,44,132); }

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