Html Css Color HEX #442278 Windsor

📋 copy color: '#442278'

red 68 ◦ green 34 ◦ blue 120

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

Shades of Windsor #442278

Tints of Windsor #442278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 30.63%
G = 15.32%
B = 54.05%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442278 (or 0x442278) is known color: Windsor. HEX triplet: 44, 22 and 78. RGB value is (68,34,120). Sum of RGB (Red+Green+Blue) = 68+34+120=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #442278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442278 is #BBDD87. Grayscale: #353535. Windows color (decimal): -12311944 or 7873092. OLE color: 7873092.

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

Color convert

RGB 68 34 120 -
CMYK 0.43 0.72 0 0.53
HSL 263.72º 0.56% 0.3% -
HSV(B) 263.72º 0.72% 0.47% -
XYZ 6.35 3.73 18.15 -
YUV 53.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 68 34 120 0.43 0.72 0 0.53 263.72 0.56 0.3
Hex 44 22 78 2B 48 0 35 108 38 1E
Octal 104 42 170 53 110 0 65 410 70 36
Binary 1000100 100010 1111000 101011 1001000 0 110101 100001000 111000 11110

Color Harmonies of #442278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442278

Black with #442278

Text Example


Text Example

White with #442278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442278; }

 p { color: rgb(68,34,120); }

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

background-color css

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

 a { background-color: rgb(68,34,120); }

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

border-color css

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

 span { border-color: rgb(68,34,120); }

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