Html Css Color HEX #44327D Windsor

📋 copy color: '#44327D'

red 68 ◦ green 50 ◦ blue 125

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

Shades of Windsor #44327D

Tints of Windsor #44327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 27.98%
G = 20.58%
B = 51.44%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44327D (or 0x44327D) is known color: Windsor. HEX triplet: 44, 32 and 7D. RGB value is (68,50,125). Sum of RGB (Red+Green+Blue) = 68+50+125=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #44327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44327D is #BBCD82. Grayscale: #3F3F3F. Windows color (decimal): -12307843 or 8204868. OLE color: 8204868.

HSL color Cylindrical-coordinate representation of color #44327D: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44327D is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 50 125 -
CMYK 0.46 0.60 0 0.51
HSL 254.4º 0.43% 0.34% -
HSV(B) 254.4º 0.6% 0.49% -
XYZ 7.23 4.99 19.98 -
YUV 63.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 68 50 125 0.46 0.60 0 0.51 254.4 0.43 0.34
Hex 44 32 7D 2E 3C 0 33 FE 2B 22
Octal 104 62 175 56 74 0 63 376 53 42
Binary 1000100 110010 1111101 101110 111100 0 110011 11111110 101011 100010

Color Harmonies of #44327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44327D

Black with #44327D

Text Example


Text Example

White with #44327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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