Html Css Color HEX #441D88 Windsor

📋 copy color: '#441D88'

red 68 ◦ green 29 ◦ blue 136

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

Shades of Windsor #441D88

Tints of Windsor #441D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 29.18%
G = 12.45%
B = 58.37%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441D88 (or 0x441D88) is known color: Windsor. HEX triplet: 44, 1D and 88. RGB value is (68,29,136). Sum of RGB (Red+Green+Blue) = 68+29+136=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #441D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D88 is #BBE277. Grayscale: #343434. Windows color (decimal): -12313208 or 8920388. OLE color: 8920388.

HSL color Cylindrical-coordinate representation of color #441D88: hue angle of 261.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441D88 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 29 136 -
CMYK 0.50 0.79 0 0.47
HSL 261.87º 0.65% 0.32% -
HSV(B) 261.87º 0.79% 0.53% -
XYZ 7.27 3.89 23.66 -
YUV 52.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 68 29 136 0.50 0.79 0 0.47 261.87 0.65 0.32
Hex 44 1D 88 32 4F 0 2F 106 41 20
Octal 104 35 210 62 117 0 57 406 101 40
Binary 1000100 11101 10001000 110010 1001111 0 101111 100000110 1000001 100000

Color Harmonies of #441D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D88

Black with #441D88

Text Example


Text Example

White with #441D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,29,136); }

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

background-color css

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

 a { background-color: rgb(68,29,136); }

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

border-color css

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

 span { border-color: rgb(68,29,136); }

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