Html Css Color HEX #44277C Windsor

📋 copy color: '#44277C'

red 68 ◦ green 39 ◦ blue 124

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

Shades of Windsor #44277C

Tints of Windsor #44277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 29.44%
G = 16.88%
B = 53.68%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44277C (or 0x44277C) is known color: Windsor. HEX triplet: 44, 27 and 7C. RGB value is (68,39,124). Sum of RGB (Red+Green+Blue) = 68+39+124=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #44277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44277C is #BBD883. Grayscale: #393939. Windows color (decimal): -12310660 or 8136516. OLE color: 8136516.

HSL color Cylindrical-coordinate representation of color #44277C: hue angle of 260.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44277C is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 39 124 -
CMYK 0.45 0.69 0 0.51
HSL 260.47º 0.52% 0.32% -
HSV(B) 260.47º 0.69% 0.49% -
XYZ 6.75 4.14 19.51 -
YUV 57.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 68 39 124 0.45 0.69 0 0.51 260.47 0.52 0.32
Hex 44 27 7C 2D 45 0 33 104 34 20
Octal 104 47 174 55 105 0 63 404 64 40
Binary 1000100 100111 1111100 101101 1000101 0 110011 100000100 110100 100000

Color Harmonies of #44277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44277C

Black with #44277C

Text Example


Text Example

White with #44277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44277C; }

 p { color: rgb(68,39,124); }

 H1.HeaderClassName
 {
   color: #44277C;
 }
 .AnyTagClassName
 {
   color: #44277C;
 }
</style>

background-color css

<style>
 a { background-color: #44277C; }

 a { background-color: rgb(68,39,124); }

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

border-color css

<style>
 span { border-color: #44277C; }

 span { border-color: rgb(68,39,124); }

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