Html Css Color HEX #442488 Windsor

📋 copy color: '#442488'

red 68 ◦ green 36 ◦ blue 136

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

Shades of Windsor #442488

Tints of Windsor #442488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 28.33%
G = 15%
B = 56.67%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442488 (or 0x442488) is known color: Windsor. HEX triplet: 44, 24 and 88. RGB value is (68,36,136). Sum of RGB (Red+Green+Blue) = 68+36+136=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #442488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442488 is #BBDB77. Grayscale: #383838. Windows color (decimal): -12311416 or 8922180. OLE color: 8922180.

HSL color Cylindrical-coordinate representation of color #442488: hue angle of 259.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442488 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 36 136 -
CMYK 0.50 0.74 0 0.47
HSL 259.2º 0.58% 0.34% -
HSV(B) 259.2º 0.74% 0.53% -
XYZ 7.46 4.27 23.72 -
YUV 56.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 68 36 136 0.50 0.74 0 0.47 259.2 0.58 0.34
Hex 44 24 88 32 4A 0 2F 103 3A 22
Octal 104 44 210 62 112 0 57 403 72 42
Binary 1000100 100100 10001000 110010 1001010 0 101111 100000011 111010 100010

Color Harmonies of #442488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442488

Black with #442488

Text Example


Text Example

White with #442488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442488; }

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

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

background-color css

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

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

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

border-color css

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

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

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