Html Css Color HEX #442779 Windsor

📋 copy color: '#442779'

red 68 ◦ green 39 ◦ blue 121

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

Shades of Windsor #442779

Tints of Windsor #442779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 29.82%
G = 17.11%
B = 53.07%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442779 (or 0x442779) is known color: Windsor. HEX triplet: 44, 27 and 79. RGB value is (68,39,121). Sum of RGB (Red+Green+Blue) = 68+39+121=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #442779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442779 is #BBD886. Grayscale: #383838. Windows color (decimal): -12310663 or 7939908. OLE color: 7939908.

HSL color Cylindrical-coordinate representation of color #442779: hue angle of 261.22º degrees, saturation: 0.51, 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 #442779 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 39 121 -
CMYK 0.44 0.68 0 0.53
HSL 261.22º 0.51% 0.31% -
HSV(B) 261.22º 0.68% 0.47% -
XYZ 6.56 4.06 18.53 -
YUV 57.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 68 39 121 0.44 0.68 0 0.53 261.22 0.51 0.31
Hex 44 27 79 2C 44 0 35 105 33 1F
Octal 104 47 171 54 104 0 65 405 63 37
Binary 1000100 100111 1111001 101100 1000100 0 110101 100000101 110011 11111

Color Harmonies of #442779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442779

Black with #442779

Text Example


Text Example

White with #442779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442779; }

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

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

background-color css

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

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

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

border-color css

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

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

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