Html Css Color HEX #441978 Windsor

📋 copy color: '#441978'

red 68 ◦ green 25 ◦ blue 120

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

Shades of Windsor #441978

Tints of Windsor #441978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 31.92%
G = 11.74%
B = 56.34%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441978 (or 0x441978) is known color: Windsor. HEX triplet: 44, 19 and 78. RGB value is (68,25,120). Sum of RGB (Red+Green+Blue) = 68+25+120=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #441978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441978 is #BBE687. Grayscale: #303030. Windows color (decimal): -12314248 or 7870788. OLE color: 7870788.

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

Color convert

RGB 68 25 120 -
CMYK 0.43 0.79 0 0.53
HSL 267.16º 0.66% 0.28% -
HSV(B) 267.16º 0.79% 0.47% -
XYZ 6.12 3.28 18.08 -
YUV 48.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 68 25 120 0.43 0.79 0 0.53 267.16 0.66 0.28
Hex 44 19 78 2B 4F 0 35 10B 42 1C
Octal 104 31 170 53 117 0 65 413 102 34
Binary 1000100 11001 1111000 101011 1001111 0 110101 100001011 1000010 11100

Color Harmonies of #441978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441978

Black with #441978

Text Example


Text Example

White with #441978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441978; }

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

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

background-color css

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

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

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

border-color css

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

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

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