Html Css Color HEX #442188 Windsor

📋 copy color: '#442188'

red 68 ◦ green 33 ◦ blue 136

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

Shades of Windsor #442188

Tints of Windsor #442188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 28.69%
G = 13.92%
B = 57.38%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442188 (or 0x442188) is known color: Windsor. HEX triplet: 44, 21 and 88. RGB value is (68,33,136). Sum of RGB (Red+Green+Blue) = 68+33+136=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #442188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442188 is #BBDE77. Grayscale: #363636. Windows color (decimal): -12312184 or 8921412. OLE color: 8921412.

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

Color convert

RGB 68 33 136 -
CMYK 0.50 0.76 0 0.47
HSL 260.39º 0.61% 0.33% -
HSV(B) 260.39º 0.76% 0.53% -
XYZ 7.37 4.09 23.69 -
YUV 55.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 68 33 136 0.50 0.76 0 0.47 260.39 0.61 0.33
Hex 44 21 88 32 4C 0 2F 104 3D 21
Octal 104 41 210 62 114 0 57 404 75 41
Binary 1000100 100001 10001000 110010 1001100 0 101111 100000100 111101 100001

Color Harmonies of #442188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442188

Black with #442188

Text Example


Text Example

White with #442188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442188; }

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

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

background-color css

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

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

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

border-color css

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

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

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