Html Css Color HEX #442C73 Windsor

📋 copy color: '#442C73'

red 68 ◦ green 44 ◦ blue 115

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

Shades of Windsor #442C73

Tints of Windsor #442C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 29.96%
G = 19.38%
B = 50.66%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442C73 (or 0x442C73) is known color: Windsor. HEX triplet: 44, 2C and 73. RGB value is (68,44,115). Sum of RGB (Red+Green+Blue) = 68+44+115=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #442C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C73 is #BBD38C. Grayscale: #3B3B3B. Windows color (decimal): -12309389 or 7547972. OLE color: 7547972.

HSL color Cylindrical-coordinate representation of color #442C73: hue angle of 260.28º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442C73 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 44 115 -
CMYK 0.41 0.62 0 0.55
HSL 260.28º 0.45% 0.31% -
HSV(B) 260.28º 0.62% 0.45% -
XYZ 6.38 4.27 16.71 -
YUV 59.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 68 44 115 0.41 0.62 0 0.55 260.28 0.45 0.31
Hex 44 2C 73 29 3E 0 37 104 2D 1F
Octal 104 54 163 51 76 0 67 404 55 37
Binary 1000100 101100 1110011 101001 111110 0 110111 100000100 101101 11111

Color Harmonies of #442C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C73

Black with #442C73

Text Example


Text Example

White with #442C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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