Html Css Color HEX #442C88 Windsor

📋 copy color: '#442C88'

red 68 ◦ green 44 ◦ blue 136

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

Shades of Windsor #442C88

Tints of Windsor #442C88

RGB

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

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

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

R = 27.42%
G = 17.74%
B = 54.84%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442C88 (or 0x442C88) is known color: Windsor. HEX triplet: 44, 2C and 88. RGB value is (68,44,136). Sum of RGB (Red+Green+Blue) = 68+44+136=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #442C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C88 is #BBD377. Grayscale: #3D3D3D. Windows color (decimal): -12309368 or 8924228. OLE color: 8924228.

HSL color Cylindrical-coordinate representation of color #442C88: hue angle of 255.65º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442C88 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 44 136 -
CMYK 0.50 0.68 0 0.47
HSL 255.65º 0.51% 0.35% -
HSV(B) 255.65º 0.68% 0.53% -
XYZ 7.73 4.81 23.81 -
YUV 61.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 68 44 136 0.50 0.68 0 0.47 255.65 0.51 0.35
Hex 44 2C 88 32 44 0 2F 100 33 23
Octal 104 54 210 62 104 0 57 400 63 43
Binary 1000100 101100 10001000 110010 1000100 0 101111 100000000 110011 100011

Color Harmonies of #442C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C88

Black with #442C88

Text Example


Text Example

White with #442C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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