Html Css Color HEX #442677 Windsor

📋 copy color: '#442677'

red 68 ◦ green 38 ◦ blue 119

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

Shades of Windsor #442677

Tints of Windsor #442677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 30.22%
G = 16.89%
B = 52.89%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442677 (or 0x442677) is known color: Windsor. HEX triplet: 44, 26 and 77. RGB value is (68,38,119). Sum of RGB (Red+Green+Blue) = 68+38+119=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #442677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442677 is #BBD988. Grayscale: #373737. Windows color (decimal): -12310921 or 7808580. OLE color: 7808580.

HSL color Cylindrical-coordinate representation of color #442677: hue angle of 262.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442677 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 38 119 -
CMYK 0.43 0.68 0 0.53
HSL 262.22º 0.52% 0.31% -
HSV(B) 262.22º 0.68% 0.47% -
XYZ 6.41 3.95 17.88 -
YUV 56.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 68 38 119 0.43 0.68 0 0.53 262.22 0.52 0.31
Hex 44 26 77 2B 44 0 35 106 34 1F
Octal 104 46 167 53 104 0 65 406 64 37
Binary 1000100 100110 1110111 101011 1000100 0 110101 100000110 110100 11111

Color Harmonies of #442677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442677

Black with #442677

Text Example


Text Example

White with #442677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442677; }

 p { color: rgb(68,38,119); }

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

background-color css

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

 a { background-color: rgb(68,38,119); }

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

border-color css

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

 span { border-color: rgb(68,38,119); }

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