Html Css Color HEX #442C87 Windsor

📋 copy color: '#442C87'

red 68 ◦ green 44 ◦ blue 135

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

Shades of Windsor #442C87

Tints of Windsor #442C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 27.53%
G = 17.81%
B = 54.66%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442C87 (or 0x442C87) is known color: Windsor. HEX triplet: 44, 2C and 87. RGB value is (68,44,135). Sum of RGB (Red+Green+Blue) = 68+44+135=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #442C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C87 is #BBD378. Grayscale: #3D3D3D. Windows color (decimal): -12309369 or 8858692. OLE color: 8858692.

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

Color convert

RGB 68 44 135 -
CMYK 0.50 0.67 0 0.47
HSL 255.82º 0.51% 0.35% -
HSV(B) 255.82º 0.67% 0.53% -
XYZ 7.66 4.78 23.44 -
YUV 61.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 68 44 135 0.50 0.67 0 0.47 255.82 0.51 0.35
Hex 44 2C 87 32 43 0 2F 100 33 23
Octal 104 54 207 62 103 0 57 400 63 43
Binary 1000100 101100 10000111 110010 1000011 0 101111 100000000 110011 100011

Color Harmonies of #442C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C87

Black with #442C87

Text Example


Text Example

White with #442C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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