Html Css Color HEX #442478 Windsor

📋 copy color: '#442478'

red 68 ◦ green 36 ◦ blue 120

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

Shades of Windsor #442478

Tints of Windsor #442478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 30.36%
G = 16.07%
B = 53.57%

CMYK

 C value IS 0.43

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442478 (or 0x442478) is known color: Windsor. HEX triplet: 44, 24 and 78. RGB value is (68,36,120). Sum of RGB (Red+Green+Blue) = 68+36+120=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #442478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442478 is #BBDB87. Grayscale: #363636. Windows color (decimal): -12311432 or 7873604. OLE color: 7873604.

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

Color convert

RGB 68 36 120 -
CMYK 0.43 0.7 0 0.53
HSL 262.86º 0.54% 0.31% -
HSV(B) 262.86º 0.7% 0.47% -
XYZ 6.4 3.85 18.17 -
YUV 55.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 68 36 120 0.43 0.7 0 0.53 262.86 0.54 0.31
Hex 44 24 78 2B 46 0 35 107 36 1F
Octal 104 44 170 53 106 0 65 407 66 37
Binary 1000100 100100 1111000 101011 1000110 0 110101 100000111 110110 11111

Color Harmonies of #442478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442478

Black with #442478

Text Example


Text Example

White with #442478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442478; }

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

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

background-color css

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

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

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

border-color css

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

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

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