Html Css Color HEX #442770 Windsor

📋 copy color: '#442770'

red 68 ◦ green 39 ◦ blue 112

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

Shades of Windsor #442770

Tints of Windsor #442770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 31.05%
G = 17.81%
B = 51.14%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442770 (or 0x442770) is known color: Windsor. HEX triplet: 44, 27 and 70. RGB value is (68,39,112). Sum of RGB (Red+Green+Blue) = 68+39+112=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #442770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442770 is #BBD88F. Grayscale: #373737. Windows color (decimal): -12310672 or 7350084. OLE color: 7350084.

HSL color Cylindrical-coordinate representation of color #442770: hue angle of 263.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442770 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 39 112 -
CMYK 0.39 0.65 0 0.56
HSL 263.84º 0.48% 0.3% -
HSV(B) 263.84º 0.65% 0.44% -
XYZ 6.03 3.85 15.75 -
YUV 55.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 68 39 112 0.39 0.65 0 0.56 263.84 0.48 0.3
Hex 44 27 70 27 41 0 38 108 30 1E
Octal 104 47 160 47 101 0 70 410 60 36
Binary 1000100 100111 1110000 100111 1000001 0 111000 100001000 110000 11110

Color Harmonies of #442770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442770

Black with #442770

Text Example


Text Example

White with #442770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442770; }

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

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

background-color css

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

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

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

border-color css

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

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

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