Html Css Color HEX #44316F Windsor

📋 copy color: '#44316F'

red 68 ◦ green 49 ◦ blue 111

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

Shades of Windsor #44316F

Tints of Windsor #44316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 29.82%
G = 21.49%
B = 48.68%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44316F (or 0x44316F) is known color: Windsor. HEX triplet: 44, 31 and 6F. RGB value is (68,49,111). Sum of RGB (Red+Green+Blue) = 68+49+111=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #44316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44316F is #BBCE90. Grayscale: #3D3D3D. Windows color (decimal): -12308113 or 7287108. OLE color: 7287108.

HSL color Cylindrical-coordinate representation of color #44316F: hue angle of 258.39º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44316F is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 49 111 -
CMYK 0.39 0.56 0 0.56
HSL 258.39º 0.39% 0.31% -
HSV(B) 258.39º 0.56% 0.44% -
XYZ 6.35 4.57 15.59 -
YUV 61.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 68 49 111 0.39 0.56 0 0.56 258.39 0.39 0.31
Hex 44 31 6F 27 38 0 38 102 27 1F
Octal 104 61 157 47 70 0 70 402 47 37
Binary 1000100 110001 1101111 100111 111000 0 111000 100000010 100111 11111

Color Harmonies of #44316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44316F

Black with #44316F

Text Example


Text Example

White with #44316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,49,111); }

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

background-color css

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

 a { background-color: rgb(68,49,111); }

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

border-color css

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

 span { border-color: rgb(68,49,111); }

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