Html Css Color HEX #442B84 Windsor

📋 copy color: '#442B84'

red 68 ◦ green 43 ◦ blue 132

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

Shades of Windsor #442B84

Tints of Windsor #442B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 27.98%
G = 17.7%
B = 54.32%

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

#442B84 (or 0x442B84) is known color: Windsor. HEX triplet: 44, 2B and 84. RGB value is (68,43,132). Sum of RGB (Red+Green+Blue) = 68+43+132=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #442B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B84 is #BBD47B. Grayscale: #3C3C3C. Windows color (decimal): -12309628 or 8661828. OLE color: 8661828.

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

Color convert

RGB 68 43 132 -
CMYK 0.48 0.67 0 0.48
HSL 256.85º 0.51% 0.34% -
HSV(B) 256.85º 0.67% 0.52% -
XYZ 7.41 4.62 22.33 -
YUV 60.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 68 43 132 0.48 0.67 0 0.48 256.85 0.51 0.34
Hex 44 2B 84 30 43 0 30 101 33 22
Octal 104 53 204 60 103 0 60 401 63 42
Binary 1000100 101011 10000100 110000 1000011 0 110000 100000001 110011 100010

Color Harmonies of #442B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B84

Black with #442B84

Text Example


Text Example

White with #442B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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