Html Css Color HEX #441A81 Windsor

📋 copy color: '#441A81'

red 68 ◦ green 26 ◦ blue 129

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

Shades of Windsor #441A81

Tints of Windsor #441A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 30.49%
G = 11.66%
B = 57.85%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441A81 (or 0x441A81) is known color: Windsor. HEX triplet: 44, 1A and 81. RGB value is (68,26,129). Sum of RGB (Red+Green+Blue) = 68+26+129=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #441A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441A81 is #BBE57E. Grayscale: #313131. Windows color (decimal): -12313983 or 8460868. OLE color: 8460868.

HSL color Cylindrical-coordinate representation of color #441A81: hue angle of 264.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441A81 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 26 129 -
CMYK 0.47 0.80 0 0.49
HSL 264.47º 0.66% 0.3% -
HSV(B) 264.47º 0.8% 0.51% -
XYZ 6.72 3.55 21.1 -
YUV 50.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 68 26 129 0.47 0.80 0 0.49 264.47 0.66 0.3
Hex 44 1A 81 2F 50 0 31 108 42 1E
Octal 104 32 201 57 120 0 61 410 102 36
Binary 1000100 11010 10000001 101111 1010000 0 110001 100001000 1000010 11110

Color Harmonies of #441A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A81

Black with #441A81

Text Example


Text Example

White with #441A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A81; }

 p { color: rgb(68,26,129); }

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

background-color css

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

 a { background-color: rgb(68,26,129); }

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

border-color css

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

 span { border-color: rgb(68,26,129); }

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