Html Css Color HEX #442978 Windsor

📋 copy color: '#442978'

red 68 ◦ green 41 ◦ blue 120

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

Shades of Windsor #442978

Tints of Windsor #442978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 29.69%
G = 17.9%
B = 52.4%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442978 (or 0x442978) is known color: Windsor. HEX triplet: 44, 29 and 78. RGB value is (68,41,120). Sum of RGB (Red+Green+Blue) = 68+41+120=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #442978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442978 is #BBD687. Grayscale: #393939. Windows color (decimal): -12310152 or 7874884. OLE color: 7874884.

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

Color convert

RGB 68 41 120 -
CMYK 0.43 0.66 0 0.53
HSL 260.51º 0.49% 0.32% -
HSV(B) 260.51º 0.66% 0.47% -
XYZ 6.57 4.17 18.23 -
YUV 58.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 68 41 120 0.43 0.66 0 0.53 260.51 0.49 0.32
Hex 44 29 78 2B 42 0 35 105 31 20
Octal 104 51 170 53 102 0 65 405 61 40
Binary 1000100 101001 1111000 101011 1000010 0 110101 100000101 110001 100000

Color Harmonies of #442978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442978

Black with #442978

Text Example


Text Example

White with #442978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442978; }

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

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

background-color css

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

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

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

border-color css

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

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

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