Html Css Color HEX #441D92 Windsor

📋 copy color: '#441D92'

red 68 ◦ green 29 ◦ blue 146

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

Shades of Windsor #441D92

Tints of Windsor #441D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 27.98%
G = 11.93%
B = 60.08%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#441D92 (or 0x441D92) is known color: Windsor. HEX triplet: 44, 1D and 92. RGB value is (68,29,146). Sum of RGB (Red+Green+Blue) = 68+29+146=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #441D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D92 is #BBE26D. Grayscale: #353535. Windows color (decimal): -12313198 or 9575748. OLE color: 9575748.

HSL color Cylindrical-coordinate representation of color #441D92: hue angle of 260º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441D92 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 29 146 -
CMYK 0.53 0.80 0 0.43
HSL 260º 0.67% 0.34% -
HSV(B) 260º 0.8% 0.57% -
XYZ 8.01 4.18 27.58 -
YUV 54 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 68 29 146 0.53 0.80 0 0.43 260 0.67 0.34
Hex 44 1D 92 35 50 0 2B 104 43 22
Octal 104 35 222 65 120 0 53 404 103 42
Binary 1000100 11101 10010010 110101 1010000 0 101011 100000100 1000011 100010

Color Harmonies of #441D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D92

Black with #441D92

Text Example


Text Example

White with #441D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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