Html Css Color HEX #44297F Windsor

📋 copy color: '#44297F'

red 68 ◦ green 41 ◦ blue 127

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

Shades of Windsor #44297F

Tints of Windsor #44297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 127 (50% from 255) = 53.81%

R = 28.81%
G = 17.37%
B = 53.81%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44297F (or 0x44297F) is known color: Windsor. HEX triplet: 44, 29 and 7F. RGB value is (68,41,127). Sum of RGB (Red+Green+Blue) = 68+41+127=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #44297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44297F is #BBD680. Grayscale: #3A3A3A. Windows color (decimal): -12310145 or 8333636. OLE color: 8333636.

HSL color Cylindrical-coordinate representation of color #44297F: hue angle of 258.84º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44297F is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 41 127 -
CMYK 0.46 0.68 0 0.50
HSL 258.84º 0.51% 0.33% -
HSV(B) 258.84º 0.68% 0.5% -
XYZ 7.01 4.35 20.55 -
YUV 58.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 68 41 127 0.46 0.68 0 0.50 258.84 0.51 0.33
Hex 44 29 7F 2E 44 0 32 103 33 21
Octal 104 51 177 56 104 0 62 403 63 41
Binary 1000100 101001 1111111 101110 1000100 0 110010 100000011 110011 100001

Color Harmonies of #44297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44297F

Black with #44297F

Text Example


Text Example

White with #44297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44297F; }

 p { color: rgb(68,41,127); }

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

background-color css

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

 a { background-color: rgb(68,41,127); }

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

border-color css

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

 span { border-color: rgb(68,41,127); }

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