Html Css Color HEX #442384 Windsor

📋 copy color: '#442384'

red 68 ◦ green 35 ◦ blue 132

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

Shades of Windsor #442384

Tints of Windsor #442384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 28.94%
G = 14.89%
B = 56.17%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442384 (or 0x442384) is known color: Windsor. HEX triplet: 44, 23 and 84. RGB value is (68,35,132). Sum of RGB (Red+Green+Blue) = 68+35+132=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #442384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442384 is #BBDC7B. Grayscale: #373737. Windows color (decimal): -12311676 or 8659780. OLE color: 8659780.

HSL color Cylindrical-coordinate representation of color #442384: hue angle of 260.41º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442384 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 35 132 -
CMYK 0.48 0.73 0 0.48
HSL 260.41º 0.58% 0.33% -
HSV(B) 260.41º 0.73% 0.52% -
XYZ 7.15 4.1 22.24 -
YUV 55.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 68 35 132 0.48 0.73 0 0.48 260.41 0.58 0.33
Hex 44 23 84 30 49 0 30 104 3A 21
Octal 104 43 204 60 111 0 60 404 72 41
Binary 1000100 100011 10000100 110000 1001001 0 110000 100000100 111010 100001

Color Harmonies of #442384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442384

Black with #442384

Text Example


Text Example

White with #442384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442384; }

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

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

background-color css

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

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

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

border-color css

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

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

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