Html Css Color HEX #44278C Windsor

📋 copy color: '#44278C'

red 68 ◦ green 39 ◦ blue 140

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

Shades of Windsor #44278C

Tints of Windsor #44278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 27.53%
G = 15.79%
B = 56.68%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44278C (or 0x44278C) is known color: Windsor. HEX triplet: 44, 27 and 8C. RGB value is (68,39,140). Sum of RGB (Red+Green+Blue) = 68+39+140=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #44278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44278C is #BBD873. Grayscale: #3A3A3A. Windows color (decimal): -12310644 or 9185092. OLE color: 9185092.

HSL color Cylindrical-coordinate representation of color #44278C: hue angle of 257.23º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44278C is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 39 140 -
CMYK 0.51 0.72 0 0.45
HSL 257.23º 0.56% 0.35% -
HSV(B) 257.23º 0.72% 0.55% -
XYZ 7.84 4.57 25.28 -
YUV 59.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 68 39 140 0.51 0.72 0 0.45 257.23 0.56 0.35
Hex 44 27 8C 33 48 0 2D 101 38 23
Octal 104 47 214 63 110 0 55 401 70 43
Binary 1000100 100111 10001100 110011 1001000 0 101101 100000001 111000 100011

Color Harmonies of #44278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44278C

Black with #44278C

Text Example


Text Example

White with #44278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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