Html Css Color HEX #442777 Windsor

📋 copy color: '#442777'

red 68 ◦ green 39 ◦ blue 119

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

Shades of Windsor #442777

Tints of Windsor #442777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 30.09%
G = 17.26%
B = 52.65%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442777 (or 0x442777) is known color: Windsor. HEX triplet: 44, 27 and 77. RGB value is (68,39,119). Sum of RGB (Red+Green+Blue) = 68+39+119=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #442777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442777 is #BBD888. Grayscale: #383838. Windows color (decimal): -12310665 or 7808836. OLE color: 7808836.

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

Color convert

RGB 68 39 119 -
CMYK 0.43 0.67 0 0.53
HSL 261.75º 0.51% 0.31% -
HSV(B) 261.75º 0.67% 0.47% -
XYZ 6.44 4.01 17.89 -
YUV 56.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 68 39 119 0.43 0.67 0 0.53 261.75 0.51 0.31
Hex 44 27 77 2B 43 0 35 106 33 1F
Octal 104 47 167 53 103 0 65 406 63 37
Binary 1000100 100111 1110111 101011 1000011 0 110101 100000110 110011 11111

Color Harmonies of #442777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442777

Black with #442777

Text Example


Text Example

White with #442777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442777; }

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

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

background-color css

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

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

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

border-color css

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

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

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