Html Css Color HEX #442C76 Windsor

📋 copy color: '#442C76'

red 68 ◦ green 44 ◦ blue 118

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

Shades of Windsor #442C76

Tints of Windsor #442C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 29.57%
G = 19.13%
B = 51.3%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442C76 (or 0x442C76) is known color: Windsor. HEX triplet: 44, 2C and 76. RGB value is (68,44,118). Sum of RGB (Red+Green+Blue) = 68+44+118=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #442C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C76 is #BBD389. Grayscale: #3B3B3B. Windows color (decimal): -12309386 or 7744580. OLE color: 7744580.

HSL color Cylindrical-coordinate representation of color #442C76: hue angle of 259.46º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442C76 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 44 118 -
CMYK 0.42 0.63 0 0.54
HSL 259.46º 0.46% 0.32% -
HSV(B) 259.46º 0.63% 0.46% -
XYZ 6.55 4.34 17.63 -
YUV 59.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 68 44 118 0.42 0.63 0 0.54 259.46 0.46 0.32
Hex 44 2C 76 2A 3F 0 36 103 2E 20
Octal 104 54 166 52 77 0 66 403 56 40
Binary 1000100 101100 1110110 101010 111111 0 110110 100000011 101110 100000

Color Harmonies of #442C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C76

Black with #442C76

Text Example


Text Example

White with #442C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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