Html Css Color HEX #44327F Windsor

📋 copy color: '#44327F'

red 68 ◦ green 50 ◦ blue 127

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

Shades of Windsor #44327F

Tints of Windsor #44327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 27.76%
G = 20.41%
B = 51.84%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44327F (or 0x44327F) is known color: Windsor. HEX triplet: 44, 32 and 7F. RGB value is (68,50,127). Sum of RGB (Red+Green+Blue) = 68+50+127=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #44327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44327F is #BBCD80. Grayscale: #3F3F3F. Windows color (decimal): -12307841 or 8335940. OLE color: 8335940.

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

Color convert

RGB 68 50 127 -
CMYK 0.46 0.61 0 0.50
HSL 254.03º 0.44% 0.35% -
HSV(B) 254.03º 0.61% 0.5% -
XYZ 7.36 5.04 20.66 -
YUV 64.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 68 50 127 0.46 0.61 0 0.50 254.03 0.44 0.35
Hex 44 32 7F 2E 3D 0 32 FE 2C 23
Octal 104 62 177 56 75 0 62 376 54 43
Binary 1000100 110010 1111111 101110 111101 0 110010 11111110 101100 100011

Color Harmonies of #44327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44327F

Black with #44327F

Text Example


Text Example

White with #44327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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